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


Please Help Members By Posting Answers For Below Questions

Are there any set of rules for the names of the steps used in a job?

844


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

1067


What is job control language?

800


What statement can be used to send data to another mvs jes3 node?

1255


What are the difference between jcl and jes?

1284


How to pass data to a program that is coded in an exec statement?

1050


What is the difference between the positional and keyword parameters? Give examples.

948


What is the motivation behind coding class parameter in job statement?

883


Explain the jcl exec statement?

862


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

870


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

2183


what is the purpose of coding class parameter in job statement?

978


Is it possible to left uncode disp? If yes, how?

909


Explain about ISPF/TSO Commands

1568


what JCL Procedures?

948