开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

Re: jcl input


 

Happy it worked for ya! Keep up the learning , it takes a bit, but if you learn DOS, you'll find MVS like the cat's meow!

Joe

On Thu, Oct 13, 2022 at 12:57 PM Tom Chandler <tchandler48@...> wrote:
Joe,
Thank you very much for the info.? Just coded up a test program
and it works GREAT!!!!

You are right, very simple, but first time for me.?

Again, Thank You very much.

cheers
/tom c


On Thu, Oct 13, 2022 at 11:32 AM Joe Monk <joemonk64@...> wrote:
IIRC, this is pretty simple ..

you need a // ASSGN?SYSIPT,00C to assign the card reader?logical?to POWER...

Then in the assembler program, I think you have to have a DTFCD DEVADDR=SYSIPT to define the card reader. Open it and read the cards from SYSIPT.

Joe?

On Thu, Oct 13, 2022 at 9:10 AM Tom Chandler <tchandler48@...> wrote:
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

Join [email protected] to automatically receive all group messages.