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 |
Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???
how JCL works?
GDG Create syntax ?
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
What are the 2 types of parameters in dd statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
wht happens if blksize = 0 and lrec = 0 ?
i have step1,step2,step3 from where can i start coding cond parameter ?
Explain the purpose of the dd keylen parameter?
What are the kinds of job control statements?
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?