Answer Posted / sysudump
//SYSPRINT DD SYSOUT=*
Sysprint is a name of DD. Sysout is a keyword parameter.
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
is there any way to execute more than one proc in the same exec statement at the same time..?
how to run batch program without jcl?
Describe the various parameters utilized in the creation of a gdg?
What is the difference between run mode and addressing mode?
Is there any command to check wether the ps file is in sorted order?
What are the 4 fields in dd statement?
what are JCLLIB and STEPLIB in JCL?
what is the resolution for sb37 error
what are the types of abends that occur on job failure? And explain the possible causes of these
What are hierarchy levels in jcl?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
How can a fb file convert to vb file using sort program?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?