SYSPRINT to a Dataset, TK4
Posted: Sun Feb 03, 2019 8:14 am
I am practicing Assembly language with Hercules/TK4 and I am trying to figure out the proper way to print the job output to a dataset and creating a new member within it.
I have come across a few different hits on this with Google, but when I try some of the examples, I keep getting JCL errors.
within the JCL for outputting to a dataset.
What is the correct way to define the definitions needed to output to a dataset defined like so:
RF = FB
LRL = 80
PBS = 800
Allocation Space Unit = T
Primary Space Qty = 10
Secondary Space = 5
Number of Directory Blocks = 20.
This is my current working JCL:
I have come across a few different hits on this with Google, but when I try some of the examples, I keep getting JCL errors.
within the JCL for outputting to a dataset.
What is the correct way to define the definitions needed to output to a dataset defined like so:
RF = FB
LRL = 80
PBS = 800
Allocation Space Unit = T
Primary Space Qty = 10
Secondary Space = 5
Number of Directory Blocks = 20.
This is my current working JCL:
Code: Select all
//HERC01O JOB ,'TEST',MSGCLASS=H,
//*
//STEP1 EXEC PGM=ASSIST
//SYSPRINT DD SYSOUT=*
//SYSIN DD *