Answer Posted / valmiki1980
//JOB CARD
//STEP01 EXEC PGM=IEBGENER
//SYSUT1 DD DSN=XXXXXXXXXXXXX,DISP=SHR
//SYSUT2 DD SYSOUT=* // THIS STEP WILL PRINT FILE TO SPOOL
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
what is “Cond= even” and “Cond=only”?
what is the JCL statement consists of?
How to pass the parameter in parm using linkage section ? (syntax)?
Is there any command to check wether the ps file is in sorted order?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Explain the function of the steplib dd statement?
What are the jcl procedures?
How does jcl act on code(if you take a cobol program)?
What do you understand by the terms: joblib and steplib?
What do you understand by the term job time – out and how can you overcome that?
What is Cataloged Procedures?
What is the function of the dd mgmtclas keyword in sms datasets?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
Explain the function of //jcllib statement?