How can I write the joblog in the spool on normal end of a
job step and direct the joblog to a dataset only if the step
abends?
Answer Posted / devang
ONE HAS TO ENTER MSGCLASS=(,0) IN THE JOBCARD TO OBTAIN THE
DESIRED OUTCOME
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the difference between run mode and addressing mode?
Explain about LMQUERY�give a dialog information about a data set
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain how can a jobs execution priority be modified?
What is multithreading in jcl?
What is the significance of addrspc parameter in the exec statement?
Can we use DISP=SHR in output file in JCL
How do you submit a job for execution?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is the use of IEBGENER utility?
//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 /*
when can a job time-out occur? How to overcome that?
what is use of dsn parameter in dd statement?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Is it possible to left uncode disp?