Answer Posted / arun
Based on utility.
1.when we use system defined utility.
sysprint- it'l give system defined utility messages.
2.when we use user defined utility.
sysout- it'l give user defined utility messages.
| Is This Answer Correct ? | 4 Yes | 4 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?
How do you submit a job for execution?
What is the function of the steplib dd statement?
Is acct parameter mandatory?
Explain the function of the dd dcb keyword?
Is automatic restart possible in jcl? If yes, how?
How to pass the parameter in parm using linkage section ? (syntax)?
what is use of dsn parameter in dd statement?
What is the function of job statement in jcl?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What parameter of the job statement is used to limit the cpu time consumed by the job?
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.
what is DSN in JCL and what are the parameters to declare the DSN?
Explain the function of the steplib dd statement?
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