hi guys
what r the diff types of procs in jcl?
bye
ramya
Answer Posted / manjunath
Hi Ramya,
There are 2 kinds of PROC
Instream and Catalog
Instream is written in the JCL itself and will be ended
with Pend
Catalog PROC's is written in another Member of the PDS and
called by the JCL
The Catalog PROC is more advantage because it can be used
by more than one JCL. so Generally most of the Companies
used Catalog Procs.
Hope this helps you
Thanks
Manjunath
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
what happens in conversion stage in job processing?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
how do you code a null statement?
What are the 2 types of parameters in dd statement?
What is the function of the steplib dd statement?
What statement can be used to send data to another mvs jes3 node?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is a jcl?
Explain about LMFREE�free data set from its association with data ID
what are JCLLIB and STEPLIB in JCL?
What do you understand by the terms: joblib and steplib?
Explain the hierarchy levels in jcl?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is there any command to check wether the ps file is in sorted order?