Write a JCL by using the below requirement:
File1 =1, File2 =11 and output needs to come as File3 =111?

Answer Posted / ram mohan

@MDV:

I have tested the code. but it's giving Maxcc - 16. Can you
please give us the exact JCL. I feel Joinkeys are not
supporting in the sort which we are using.

thanks in advance.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What methodology can be adapted to transfer data to a program that is coded using the exec statement?

624


In sms datasets, what is the function of the dd mgmtclas keyword?

869


How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?

676


How can a jobs execution priority be modified?

807


What is the use of disp parameter?

659






in ways data can be passed to a COBOL program from JCL?

677


how can you check if a file is empty using jcl?

825


Mention the types of job control statements?

702


Is automatic restart possible in jcl?

753


What is the purpose of dd dummy statement?

960


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

714


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

1051


Name what parameter directs the output of the job log dataset?

569


How does jcl act on a cobol code?

664


What are s0c1, s0c4, s0c5, s0c7 and socb?

710