If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
6 11288There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
3 8226I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
2356What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
4 6872I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
2557
What is the purpose of the dd keylen parameter?
Can we use DISP=SHR in output file in JCL
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
How to submit a jcl from cics?
What happens if both JOBLIB & STEPLIB is specified ?
what is the compile process of cobol program expalin with code
Does jcl support automatic restart?
What is the difference between run mode and addressing mode?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain the function of job statement in jcl?
what is use of disp parameter in dd statement?
List in order the hierarchical levels of jcl?
how to do automated restart when a job abends?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
what is the use of JCL?