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 |
What are three major types of JCL statements? What are their functions?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
can u execute a proc from another proc?
How to use COND Parameter in jcl
How to concatenate different LRECL of files?
in a series of 10 steps, i need to run only 1,3,5,7 & 9th steps only. how do u code?
a job have 5 steps and it will executes a proc which have 5steps in it. now i have to execute step3 only when step2 of proc executes successfully
Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?
how to see the latest generation in gdg?
What is the difference between BLKSIZE and LRECL?
how would you create a temporary dataset? And where will you use them?