What are the maximum and minimum sizes of any CONTROL AREA
(VSAM datasets) ?
Answer Posted / subhani
we can t discribe exatly but from 1 track to 1 cylinder
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How does jcl act on code(if you take a cobol program)?
when does a dataset go uncataloged?
Explain the function of dd name parameter with a 2 part structure; audit.report?
What are steplib and joblib?
What is the format of comment statement?
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 is the JCL statement consists of?
What is the function of job statement in jcl?
What is the function of dd name parameter with a 2 part structure; audit.report?
What do you understand by jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is use of dcb parameter in dd statement?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
How to pass data to a program that is coded in an exec statement?
Is automatic restart possible in jcl?