In jcl i have 255 steps. In 255 step i declared proc. In proc
i have 20 steps this job is executable or not? why?
Answer Posted / adarsha
This will execute in deed ! Surprise !
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is the compile process of cobol program expalin with code
how JCL works?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Is automatic restart possible in jcl? If yes, how?
which parameter is used to check the syntax of a jcl without executing it?
In job processing, what happens in conversion stage?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Explain the function of job statement in jcl?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How gdg are concatenated?
//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 /*
Explain how can values be passed from the job stream to an executable program?
which utility is used a dummy utility?
how do you access an uncataloged dataset in a jcl?