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. gpinaki

    How to trap return code of a job in rexx program

    Hi, I have a rexx program that submits a Jcl. After completion it throws a panel with outputs. Now I want to trap the return code of that job in my rexx program and wants to show in the output panel .Please tell me how to trap that return code.
  2. gpinaki

    LMMLIST to find out member statistics of a PDS

    Hi I want to know how I can use LMMLIST to find out statistics of a PDS member. "LMMLIST DATAID("FMID") OPTION(LIST) MEMBER(MEMNAME) STATS(NO)" Here what are the other options available other than MEMNAME...
  3. gpinaki

    TSO error message handler

    Hi, I downloaded that assambler code and compiled it to a personal dataset XXX.YYY(queryenq) . Now I am writing this rexx code to find out the contention of AAAA.BBBB dataset. /* Rexx ********************/ address tso "CALL...
  4. gpinaki

    TSO error message handler

    When my REXX is trying to ALLOCATE an dataset it gives the message 'DATASET ISDM00D.PB.SORTOUT ALREADY IN USE BY ANOTHER JOB OR USER' and the RETURN CODE is 12. But I want to catch exactly the USERID of the USER or the NAME of the JOB which is using it.
  5. gpinaki

    how to invoke rexx panel from jcl

    I have a rexx program that throws a panel. Now I want to run this rexx program thru JCL. I tried but got some error. can some body send me a sample jcl that runs a rexx program associated with a panel?

Part and Inventory Search

Back
Top