Answer Posted / prince. k.
restart is to begin a job from the normal posion of the job
for exaple there was a proble durig my job time and i need
to restart again so that the job will be normal
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
A dd statement consists of 4 fields. Name them?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is the compile process of cobol program expalin with code
how JCL works?
Explain about ISPF/TSO Commands
Explain the function of dd disp parameter?
how you can access an uncataloged dataset in a JCL?
a dd statement has 2 types of parameters. Name them?
How to run cobol program using jcl?
How to submit a jcl from cics?
What are s0c1, s0c4, s0c5, s0c7 and socb?
//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 notcat 2 - gs?
Explain the hierarchy levels in jcl?
what is the JCL statement consists of?