What is a Proc ? why do we go for a Proc ? What are the
types of procs?Can we have nesting in Procs ?
Answer Posted / guest
when we want use some part of prog in many prog we store in
proc
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is one line to pass PARM from JCL to COBOL?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
which utility is used a dummy utility?
How does jcl act on a cobol code?
Explain how can values be passed from the job stream to an executable program?
What are steplib and joblib? What for they are used?
which utility is used to run a cobol-db2 program?
Is condition checking possible in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Explain how can the attributes of one sms dataset be copied to another dataset?
How jcl is used for testing batch programs?
What is catelog procedure and how many catelog procedure to use in one job?
What is the difference between the positional and keyword parameters? Give examples.
what JCL Procedures?
What are hierarchy levels in jcl?