what type of version is we r using now real time in all
modules(cobol, jcl, cics, db2, vsam)?
Answer Posted / sulagna manna
cobol version 5, db2 version 11.1
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are there any set of rules for the names of the steps used in a job?
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 job control language?
What statement can be used to send data to another mvs jes3 node?
What are the difference between jcl and jes?
How to pass data to a program that is coded in an exec statement?
What is the difference between the positional and keyword parameters? Give examples.
What is the motivation behind coding class parameter in job statement?
Explain the jcl exec statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what is the purpose of coding class parameter in job statement?
Is it possible to left uncode disp? If yes, how?
Explain about ISPF/TSO Commands
what JCL Procedures?