Hi
the requirement is like this.
i want to know the JCL which gives all the attributes of a sequential dataset like LRECL,BLKSIZE,RECFM.......etc. without give s or i infront of the dataset as we do in manual checking of the attributes.
Joined: 26 Apr 2004 Posts: 4650 Location: Raleigh, NC, USA
Bharani's post is right-on. As an alternative, you could also write a TSO/E REXX exec that uses the LISTDSI function to return all of that information into pre-determined system variables.