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 |
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.
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
if you have big pgm. during compilation is abends with (soc7)how do you know which line has soc 7 error.
what is meant by jobtrac?
Name the system library from which modules are retrieved at execution
What is COND=ONLY ?
what is “Cond= even” and “Cond=only”?
Hi, can any one tell about " How do u eliminate the duplicates "
how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
If I update one or more members in a pds in the step 1, how can I reach these new contents to be used in the step 2 of the same job? To start a new job via intrdr is not satisfactory, because I must solve this problem in one job.
In which table PLAN is registered in ?