Hi,
can we call catalog( say myproc } proc n times in jcl if so
how please explain
Thanks in advance
Answer Posted / shyam
we can call catalog procedure in instream procedure n times.
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
What are the 2 types of parameters in dd statement?
How can the disposition of sysout datasets be set for an entire jobstream?
Explain the function of a dd statement?
How do you create a temporary dataset?
is there any way to execute more than one proc in the same exec statement at the same time..?
how to compare two datasets without using superce because output is limited to 133 bytes
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
How does jcl act on code(if you take a cobol program)?
What is the function of the dd mgmtclas keyword in sms datasets?
What is the purpose of dd * statement in jcl?
What is NOTCAT ?
How to pass data to a program that is coded in an exec statement?
//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 happens in conversion stage in job processing?
What are the rules employed while naming the steps in a job?