I am having problems when trying to retrieve a variable for use in my JCL from a data set.
When the data is in a PDS member, I can use the following to read my data in :-
%%LIBSYM memberPDS %%MEMSYM member
However, I need to be able to read the data from a data set not a PDS member, is this possible??
The file would be 1 row only, and take the format :-
FB 80
=COLS> ----+----1----+----2----+----3----+
****** ***************************** Top o
000001 %%FNAME=REPORT20/06/2013-01.DATA
****** ***************************** Top o
000001 %%FNAME=REPORT20/06/2013-01.DATA
Thanks,