Answer Posted / 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 |
Post New Answer View All Answers
Explain the function of //cntl statement?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
What is the use of disp parameter?
Explain about LMFREE�free data set from its association with data ID
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
What are the parameter we cannot use in procedure?
How does jcl specify the job to the operating system?
How to pass the parameter in parm using linkage section ? (syntax)?
i want to store 20 digits . how will u do it in cobol ?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Are there any set of rules for the names of the steps used in a job?
What is the purpose of dd dummy statement?
what operation is performed by job statement?
What is multithreading in jcl?