Thank you to all who helped me on my nested subroutine issue.? Made
a ton of progress on it.
New issue.... I want to include the data that my program uses in the JCL
job stream and my program will read this data for use.? I have been
trying to find information/examples of how to do it.
ex:
* $$ JOB JNM=TEST,CLASS=0,DISP=D????????????????????????????????????????
* $$ LST LST=00E,JSEP=1,CLASS=A,DISP=D????????????????????????????????
// JOB TEST?????????????????????????????????????????????????????????????
// EXEC TEST
DATA LINE ONE
DATA LINE TWO
DATA LINE THREE
/*
/&
* $$ EOJ
What I would like is for TEST to read the DATA LINE xxxx from the JCL.
The program is written in DOS/VS REL 34 ASM.
Any suggestions or comments will be welcome.
/cheers
/tom c