Answer Posted / abc
use JJ command before submitting the job you can check the
errors and warning in the JCL
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
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?
Explain how can a stopped job be started again?
What is jcl in mainframe?
What are the rules employed while naming the steps in a job?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
//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 /*
Explain dd statement in jcl?
how can the same proc be re-used and called by many jobs?
What is the significance of addrspc parameter in exec statement?
what happens in conversion stage in job processing?
In job processing, what happens in conversion stage?
what is JCL?
What is the purpose of dd?
Explain the function of //cntl statement?
Is automatic restart possible in jcl? If yes, how?