thanks for such valuable information
.
but actually what i want in this requirement is is as follows:-
this time forget about jcl...say i am executing my program using tso/e
now i want a code in rexx such that the output should be like this:-
o/p
enter your pds
(some pds name... entered by user)
on pressing enter
ist member name (let it be a ps file having a cobol program)
description of program stored as comments in identification divison.
2nd member name:
description....
like this should be the output.
actually i know how to display all the members of a pds but don't know how to open each member one by one and also
how to read it.
since in a cobol program comment starts from 7th column..so i have to fetch those line which starts from 7 column..
how can i put this condition in my rexx code.
if i missed some information regarding the requirement please let me know