Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
Answer Posted / manasa
Use cond = only in first step
Then use if/else/then statement for further steps to not execute
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
Matching Logic in Jcl not in cobol.Could any one please answer this question
In job processing, what happens in execution stage?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
when does a dataset go uncataloged?
Explain how can values be passed from the job stream to an executable program?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is DSN parameter and DISP parameter is used for?
Brief description of inline procedure of jcl.
a dd statement has 2 types of parameters. Name them?
//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 /*
what is the resolution for sb37 error
What are the rules employed while naming the steps in a job?
Is automatic restart possible in jcl?