Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Schlabb

    Getting access to CICS current screen data from an external program

    You said "we're using another product which gets the information for its purposes". If we know what product you've used up to now, somebody might be able to explain the concept behind that tool. By the way: In the post you are referring to, stevexff explained the technique to use GLUEs. What's...
  2. Schlabb

    DSNREXX - Running another DB2 plan - I get a separate LUW-ID

    That's not possible. Starting a batch job which connects to DB2 always creates a new DB2 thread and thus is a separate Unit Of Work. You said "I need to control the UOW from the outer REXX code." Why? And in addition you said "I dont care about the -911." Why? You SHOULD care about a negative...
  3. Schlabb

    OUTTRAP function in batch mode

    Using OUTTRAP to trap the output of a TSO command within a REXX program is absolutely fine. That's what is was designed for. What program do you use on your PGM= parameter of your EXEC statement of your job? It should be IKJEFT01 or one of its little sisters IKJEFT1A or IKJEFT1B to establish a...
  4. Schlabb

    How to track the job completion status in Rexx?

    That's not a good idea having a REXX program waiting for a batch job to come to an end before continue processing. What would you do if your first job is delayed for whatever reason? If you really need a sequence, then simply use your scheduler tool. Every shop has such a tool as Control M...
  5. Schlabb

    Table scrolling

    You are right that it doesn't make any difference. So I've copied your code and did a test by myself. It works! Even if I use an invalid scroll amount like &zamt = abc, it works perfectly. ABC is displayed. The only thing I can imagine is that your panel is not refreshed after the last change...
  6. Schlabb

    Back in the saddle

    Don't be disappointed and keep on posting these valuable tips. "Following" a blog is not the only method to look out for new entries in your blog. For sure more and more people will get informed about your blog and will visit this site without officially "following" it. If you want to have more...
  7. Schlabb

    Table scrolling

    What happens when you enclose the value in quotations marks by specifying &zamt = 'csr' ?
  8. Schlabb

    Back in the saddle

    I really appreciated your posts in every forum I find, especially those in the legendary mvshelp. Your blog will definitely be on my reading list every monday morning (at least). Stefan

Part and Inventory Search

Back
Top