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 |
What are steplib and joblib? What for they are used?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Can you execute a PROC from another PROC?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
Which storage devices are grouped under DASD and SYSDA ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
What is the error/SOC code if dd names are not sysut1 and sysut2 in IEBGENER?
What is the function of //jcllib statement?
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
i have a string of 80 chars i want to replace 4th char with "a"?