What is model dataset label(Model DSCB)?
Answer / guest
A model dataset label is a pattern for the dataset label
created for any dataset named as a part of the GDG group.
The system needs an existing dataset to serve as a model to
supply the DCB parameters for the generation data group one
wishes to create. The model dataset label must be cataloged.
The model DSCB name is placed on the DCB parameter on the DD
statement that creates the generation data group.
| Is This Answer Correct ? | 14 Yes | 9 No |
In my job I have 6 steps. Step01,02,03...step06. after executing step02 i want to skip step03 and want to execute step04. and once step04 is done then I want to go back and execute step03. once step03 is completed I want execute step05, 06 and so on... can any one tell me how do i do that???
I have 255 procedures in a job, each procedure contain 2 steps.can we execute this job?
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
Differentiate between the joblib and the steplib statements?
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
what is the difference between static call and dynamic call?
If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
How to see the COMP3 value(packd decimal)
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
List the various advantages of using jcl language?
List in order the hierarchical levels of jcl?
What is concatenating?