What is DYNAMBR in jcl?
Answers were Sorted based on User's Feedback
Answer / bala nallapaneni
Use the DYNAMNBR parameter to tell the system to hold a
number of resources in anticipation of reuse.
| Is This Answer Correct ? | 15 Yes | 4 No |
Answer / lalit
tells the maximum no. of dynamically alocatted datasets
that you can create
| Is This Answer Correct ? | 7 Yes | 3 No |
Explain dfsort utility?
How is a type of file defined in the jcl that executes the cobol program?
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
What is the max blocksize for a Tape file?
Do we need to code DCB parameters when using DISP position as MOD?
what happens in execution stage in job processing?
What is DISP= (NEW,PASS,DELETE)?
Why do you want to specify the REGION parameter in a JCL step?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
List the different components of jcl statement?
What is order of searching of the libraries in a JCL?
Can we use DISP=SHR in output file in JCL