I have 255 procedures in a job, each procedure contain 2
steps.can we execute this job?
Answer Posted / brahmareddy.t
Yes,we can execute this job if the proc is instreamproc.
we can write 255 instreamproc in one job.
we can write 255 steps in one instreamproc.
ok.
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
How do you create a temporary dataset?
What do you understand by the term job time – out and how can you overcome that?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
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?
what is a jcl?
What do you know about jcl?
how you can access an uncataloged dataset in a JCL?
Explain the purpose of dd * statement in jcl?
whats the diff bw the evaluate also and and?
Why block size is multiple of lrecl in jcl?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How to do automated restart when a job abend?
How can return codes be tested before execution of a job step?
Which statement is used to identify the private libraries in job?
How can a fb file convert to vb file using sort program?