Describe the various parameters utilized in the creation of a gdg?
No Answer is Posted For this Question
Be the First to Post Answer
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
How to execute step2,step5,step7 of a proc of 10 steps? You are not allowed to change in JCL.
Max. No of DD statements in a job ?
How do you pass parameters to the program as the job is being executed ?
How to identify in JCL that an input file is empty without reading it?
How do you handle empty files in a JCL ?
Explain how can an in-stream dataset be terminated?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
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.
What is a GDG
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
How to submit a jcl from cics?