what is the purpose of SYSOUT parameter in the DD statement?
Answer / robin
SYSOUT is used to give the output of the program executed in
the step. WHatever the output is there, it can be printed in
SYSOUT. If SYSOUT is followed by DD and a dataset name, the
output is stored in that file, and if SYSOUT is followed by
DD and *, output is shown in spool itself.
The two types of statements are given below :-
SYSOUT DD DSN=dataset.name
or
SYSOUT DD DSN=*
| Is This Answer Correct ? | 34 Yes | 5 No |
There are 5 steps in a Job. How to bypass the first step by making use of only COND Parameter and not using any Restart and IF/THEN/ELSE parameter?
how do you code a null statement?
What is NOTCAT 2
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
what happens in conversion stage in job processing?
Explain about CBL/PROCESS statement syntax
Is there any command to check wether the ps file is in sorted order?
What is the syntax of JCL statement?
I have a file in which I have 20 records. I want my first record to go into file 1 and second record to go in second file. I want to copy the alternate records like this in the two output files. How can I do this using JCL?
which utility is used to sort a file in jcl?