Can I share my data with other jobs? How?
No Answer is Posted For this Question
Be the First to Post Answer
I 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.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What dd statement is used to supply the name of a dataset?
What statement marks the end of an in-stream or catalogued procedure?
What is order of searching of the libraries in a JCL?
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
Explain how can the submitting users racf authority be overridden in a job stream?
If i am going to change some variable in a copybook( size or variable type) ,what are the changes that need to be done in the corresponding JCL.
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
How to create delta file using JCL
How is a dataset passed from one step to another?
What are s0c1, s0c4, s0c5, s0c7 and socb?