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 are the rules employed while naming the steps in a job?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
if the submitter of a job wants to inform another user about the job completion, how can it be done?
What is concatenating?
What is NOTCAT ?
How can the submitting users racf authority be overridden in a job stream?
how can the same proc be re-used and called by many jobs?
What dd statement is used to supply the name of a dataset?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Name a few IBM utility programs, and explain its function.
What is the use of symbol // in jcl?
Can I share my data with other jobs? How?
List the different components of jcl statement?
How do you submit a job for execution?
State the uses of syspring, sysin, sort fields, sum fields and dummy.