Answer Posted / manas mohapatra uradha
Restart = Procstep.stepname
| Is This Answer Correct ? | 30 Yes | 13 No |
Post New Answer View All Answers
What is jcl in mainframe, and how many types of jcl statements are there for a job?
What are the parameter we cannot use in procedure?
//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 /*
How to pass the parameter in parm using linkage section ? (syntax)?
Is condition checking possible in jcl?
Explain the purpose of dd dummy statement?
What is the purpose of disp parameter?
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
What is the purpose of dd * statement in jcl?
Explain dd statement in jcl?
Name what parameter directs the output of the job log dataset?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
How do you submit a job for execution?
What is the motivation behind coding class parameter in job statement?
Differentiate between the joblib and the steplib statements?