Answer Posted / viswanath
i need in db2 not in jcl ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
Differentiate between the joblib and the steplib statements?
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 statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
What is the purpose of disp parameter?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Does jcl support automatic restart?
Are there any set of rules for the names of the steps used in a job?
How do you create a temporary dataset?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
i want to store 20 digits . how will u do it in cobol ?
What is the difference between the positional and keyword parameters? Give examples.
Where & How Do You Code Identifier In Jcl?
what is the purpose of coding notify parameter in job statement?
What do you understand by the term notcat 2 – gs?