What is the difference between joblib and jcllib statements
Answer Posted / mrunmaya
then what is loadlib prashanthkodakani?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
How do you access an uncatalogued dataset in a jcl?
How can unused space allocation be returned to the system when a dataset is closed?
Matching Logic in Jcl not in cobol.Could any one please answer this question
what is a jcl?
What is the function of the dd avgrec keyword in sms datasets?
What are the jcl procedures?
what is the purpose of coding class parameter in job 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
Must tape dataset definitions include vol=ser specifications?
Is it possible to code instream data in a PROC?
Explain in DD statement what is the use of DCB parameter?
Differentiate between the joblib and the steplib statements?
how to compare two datasets without using superce because output is limited to 133 bytes