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 TouchToneTommy 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. IDC3044

    How do I do date math in REXX exec?

    I have a dataset created with an unload from a DB2 table that I am working with. I am changing a SystemID number to the LPAR letter representation and doing some other formatting within the rexx exec. Using Rexx how could I remove any entries that are not from the date that is 2 days less...
  2. IDC3044

    ISPF Edit and then Browse within Rexx Exec

    Is CONTROL a clist or Rexx exec you have that is written in-house? When I tried rexxhead's suggestion I get the message - Command CONTROL not found RC(-3)
  3. IDC3044

    ISPF Edit and then Browse within Rexx Exec

    I have developed a Rexx exec that first edits and member of a PDS, then calls a program and finally browses a Sequential Dataset containing the desired output. . . . "ISPEXEC EDIT DATASET('USERID.SQL.IN("||SQLNAM||")')" . . . "CALL 'IDMSR.TEST.LOAD(IDMSBCF)'" "ISPEXEC BROWSE...
  4. IDC3044

    DB2 catalog tables

    Try http://publib-b.boulder.ibm.com/
  5. IDC3044

    Looking for Rexx Solution to Externalize Job Step Return Codes

    I have the JCL mechanics Marc mentions already in place. I was hoping to include the actual Return Code with the message. I use IF/THEN syntax to check RC < 5 and send thumbs up message ELSE send an alert message. I also include a step with COND=ONLY to send an alert message in cases where...
  6. IDC3044

    Looking for Rexx Solution to Externalize Job Step Return Codes

    We recently obtained pagers that allow staff to be e-mailed text messages. I use this technology coupled with z/OS mainframes in our Batch Environment. Important Batch Jobs include steps that page software technicians when certain return codes are encountered. I would like to include other...
  7. IDC3044

    How much disc for a 2TB database?

    We calculate disk space as 48K per track or 720K per cylinder. We have Mod9 DASD that hold 150,255 tracks or 7.21224 Gigabytes. Using hardware compression you may be able to squeeze around 21 Gig onto one disk drive.
  8. IDC3044

    STEM sort

    I call the following after allocating Sortin and Sortout: SORTER: &quot;ALLOCATE DA('Userid.PGSORT') F(SYSIN) SHR REU&quot; &quot;CALL 'SYS1.SORTLIB(IERRCO00)'&quot; return You will have to call your shop's sort pgm.
  9. IDC3044

    How do I allocate Steplib in Foreground Rexx exec?

    Any helpful suggestions as to how to allocate Steplib in a foreground rexx exec will be appreciated.
  10. IDC3044

    How do I troubleshoot failure of &quot;Alloc&quot; Clist within Rexx exec?

    As it turns out the problem was related to the fact that the ID I was attempting to use was not a valid TSO ID. It is a valid RACF ID, but is not ever used to logon. I changed my tack and got the desired results. Thanks for the help.
  11. IDC3044

    How do I troubleshoot failure of &quot;Alloc&quot; Clist within Rexx exec?

    Update from Message Poster - I set MSGSTATE = MSG('ON') with no additional messages appearing.
  12. IDC3044

    How do I troubleshoot failure of &quot;Alloc&quot; Clist within Rexx exec?

    Mainframe Environment - z/OS R1.2 I have coded a Rexx exec to run as the last step of a batch job. This exec checks to see if the previous step wrote anything to the SYSMDUMP dataset. If it has been written to it is copied to a cartridge GDG for retention. When I test this exec in a batch job...

Part and Inventory Search

Back
Top