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 wOOdy-Soft 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: *

  • Users: oucheeeeee
  • Content: Threads
  • Order by date
  1. oucheeeeee

    Read a value from a JCL Stream

    Hi Folks, Wrote the following code to check the contents of a one line dataset and dependent on what it finds, sets a RC= "EXECIO" 1 "DISKR INPUTDD" 000011 pull line 000012 parse var line drop 115 extract 126 000013 say extract 000014 Select 000015 when extract = 'PTLF_EXTRAC'...
  2. oucheeeeee

    Creating an allocation with variable DSN (on zOS)

    Hi, I'm trying to find out if it is possible to create a DSN allocation dependent on a variable? I need to backup a VSAM file but want to back it up to it's own GDG not just a generic GDG. IE I have a ring of journals that cycle round each day. The files are called, let's say ABC.P40JRx...
  3. oucheeeeee

    Some simple REXX - Print a VSAM file then check a column (on ZOS)

    Hi, I'm trying to write a rexx routine (and I've never used REXX before)to simply check col 105 in a one line VSAM file. If col 105 contains a 'P' then end with RC = (say) 01 If col 105 contains 'T' then end return code = 02 This needs to run in JCL so I'm using IKJEFT01 I'd be gratefull if...

Part and Inventory Search

Back
Top