Is condition checking possible in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
//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 we use sysprint and sysout statements
when can a job time-out occur? How to overcome that?
suppose i have 10 job steps and i want to execute only step 6.How to write?
can we modify the code in copy book? if it possible how to submit ofter the modification.
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?
Explain the function of //jcllib statement?
how will be submit 1 jcl by other jcl? means that how 'll submit one job by other job??
How to fetch even records from one file to another file by using ICETOOL in JCL?
What are the default system and catalog libraries in JCL?
In JCL..for TIME Parameter was specified both JOB & STEP..which one is overrides