Answer Posted / koti156
the cond parameter is used to control the execution of subsequent job steps,depending on the condition code that is returned for a prior step.
ex:
suppose a job has two steps.the first step backups file,and the second step deletes the source file after a successful backup. obviously if the file is not successfully backup it should not be deleted.the cond can be used to control the the execution of the second step depend on th e value returned by the first.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How does jcl specify the job to the operating system?
//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 can the disposition of sysout datasets be set for an entire jobstream?
what is the use of IEBGENER utility?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is timing concept in mainframe?
List the different components of jcl statement?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Explain dd statement in jcl?
What is the purpose of dd dummy statement?
what is DSN in JCL and what are the parameters to declare the DSN?
How to do automated restart when a job abend?
Explain the function of a dd statement?
What is use of restart and how to use it?