what is the purpose of SYSOUT parameter in the DD statement?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the purpose of dd dummy statement?
Explain how can an in-stream dataset be terminated?
What do you understand by the term notcat 2 – gs?
can any one plzzzzzz tell the jcl code for creating ps using idcams
When space is allocated for an output dataset, what units can be used?
Name a few IBM utility programs, and explain its function.
Give the syntax of job specifying jcl statement.
Mention the types of job control statements?
What are the 2 types of parameters in dd statement?
How jcl work to handle various input output file operations?
List the different components of jcl statement?
What is the use of symbol // in jcl?
How can values be passed from the job stream to an executable program?
How can a fb file convert to vb file using sort program?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?