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
a dd statement has 2 types of parameters. Name them?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
What is the function of //cntl statement?
how do you code a null statement?
how to compare two datasets without using superce because output is limited to 133 bytes
List the different jcl statements that are not permitted in the procedures?
What is one line to pass PARM from JCL to COBOL?
Name the statement which can be used to send data to another mvs jes3 node?
What happens if both JOBLIB & STEPLIB is specified ?
What are the rules employed while naming the steps in a job?
What is the function of the dd dcb keyword?
How can a jobs execution priority be modified?
what happens in execution stage in job processing?
What are the parameter we cannot use in procedure?
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.