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 |
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
How to identify in JCL that an input file is empty without reading it?
How do you overcome this limitation ?
A PROC has five steps. Step 3 has a condition code. How can you override/nullify this condition code?
How do you submit JCL via a Cobol program?
How to check empty file in jcl?
When space is allocated for an output dataset, what units can be used?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Do we need to code DCB parameters when using DISP position as MOD?