Hi,
can we call catalog( say myproc } proc n times in jcl if so
how please explain
Thanks in advance
Answers were Sorted based on User's Feedback
Answer / shyam
we can call catalog procedure in instream procedure n times.
| Is This Answer Correct ? | 11 Yes | 2 No |
Answer / 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 |
describe the job statement, its meaning,syntax and significant keywords?
When output dataset space is required, what quantity categories are used?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
What are the rules employed while naming the steps in a job?
How to ALTER the name of a GDG ?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
How to rename a VSAM file as well as it's index file?
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' ?
Max generations in GDG??
how do you resolve for soc7 error
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?