If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
6 11515There 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 8368I 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.
2411What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
4 7063I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
2620
How to do automated restart when a job abend?
How is the record format of an output dataset specified?
What dd statement is used to supply the name of a dataset?
which parameter is used to check the syntax of a jcl without executing it?
Explain about ISPF/TSO Commands
Explain how can the submitting users racf authority be overridden in a job stream?
List the different components of jcl statement?
What is catelog procedure and how many catelog procedure to use in one job?
what happens in conversion stage in job processing?
What statement can be used to send data to another mvs jes3 node?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
How to submit jcl through a cobol program?
How does jcl act on a cobol code?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?