If we want to see the eliminated duplicate record thru SORT, how its output file will be managed
6 11309There 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 8236I 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.
2358What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?
4 6890I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
2562
Differentiate between the joblib and the steplib statements?
What does a disposition of (new,catlg,keep) for a dsn mean?
How to pass the parameter in parm using linkage section ? (syntax)?
Are there any set of rules for the names of the steps used in a job? What are they?
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.
What is one line to pass PARM from JCL to COBOL?
How can an in-stream dataset be terminated?
How jcl work to handle various input output file operations?
which parameter is used to check the syntax of a jcl without executing it?
What is multithreading in jcl?
What are the difference between jcl and jes?
How do you overcome this limitation ?
What is the function of the dd mgmtclas keyword in sms datasets?
Can we use DISP=SHR in output file in JCL
How do you create a temporary dataset?