Hi,
can we call catalog( say myproc } proc n times in jcl if so
how please explain

Thanks in advance

Answer Posted / balmukund

1. Call the proc multiple time in multiple steps.

2. probably using REXX program we can call that proc in
single steps.

Is This Answer Correct ?    7 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to code instream data in a PROC?

753


What are s0c1, s0c4, s0c5, s0c7 and socb?

706


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

800


//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 /*

913


What is the purpose of dd?

728






when can a job time-out occur? How to overcome that?

753


In job processing, what happens in conversion stage?

744


What is job control language?

611


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

721


is there any way to execute more than one proc in the same exec statement at the same time..?

2111


which parameter is used to check the syntax of a jcl without executing it?

799


what is the JCL statement consists of?

699


which utility is used to sort a file in jcl?

750


What does a disposition of (MOD,DELETE,DELETE) mean ?

668


How do you submit a job for execution?

640