If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
6 8702There 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 6615I 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.
1509What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
4 4856I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
1856
what is a jcl?
what operation is performed by job statement?
What is job control language?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the function of a dd statement?
What are the difference between jcl and jes?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What do you understand by the terms: joblib and steplib?
Is it possible to left uncode disp? If yes, how?
What is the function of dd name parameter with a 2 part structure; audit.report?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
How can the submitting users racf authority be overridden in a job stream?
Explain dd statement in jcl?
Is condition checking possible in jcl? If yes, how?