How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
Answer Posted / gaurav singh pawar
give msgclass = 0
and then give//DDNAME DD sysout = *
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
a dd statement has 2 types of parameters. Name them?
Is there any command to check wether the ps file is in sorted order?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain the purpose of dd * statement in jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
How does jcl specify the job to the operating system?
Explain in DD statement what is the use of DCB parameter?
Name a few IBM utility programs, and explain its function.
what are the types of abends that occur on job failure? And explain the possible causes of these
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What is the use of disp parameter?
Explain how can a jobs execution priority be modified?