What all are the changes to be made in JCL so as to do
testing?

Answer Posted / sachu

changing job card?

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I need exexution process for JCL programs

1863


How do you access an uncatalogued dataset in a jcl?

737


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

679


which utility is used a dummy utility?

810


Is condition checking possible in jcl? If yes, how?

751






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

841


Differentiate between the joblib and the steplib statements?

868


what happens in execution stage in job processing?

660


What is the purpose of dd?

736


What are the jcl procedures?

653


What are the utility programs in jcl?

660


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

1960


what is “Cond= even” and “Cond=only”?

756


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1052


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2115