Answer Posted / nag
hi,
In IBM, we used directly S.ST at ISPF main menu.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does the jcl specify the job to os?
Explain about LMQUERY�give a dialog information about a data set
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
how can the same proc be re-used and called by many jobs?
Explain how can the attributes of one sms dataset be copied to another dataset?
how do you code a null statement?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
which parameter is used to check the syntax of a jcl without executing it?
what is the compile process of cobol program expalin with code
Does jcl support automatic restart?
What is Cataloged Procedures?
How can a jobs execution priority be modified?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
what is DSN parameter and DISP parameter is used for?
what sort card you will use to copy the data from one dataset to another dataset?