Answer Posted / mdvasanth86
SYSOUT -> Output related to the Program being executed in
the job.
SYSPRINT -> Output of the job itself (JCL) that is executing
some program.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
Explain about LMQUERY�give a dialog information about a data set
Name a few IBM utility programs, and explain its function.
a dd statement has 2 types of parameters. Name them?
What statement can be used to send data to another mvs jes3 node?
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.
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
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
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is Cataloged Procedures?
Must tape dataset definitions include vol=ser specifications?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How do you overcome this limitation ?
How to alter the parameters for the existing gdg?