How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Answer Posted / guest
// DSN=...
| Is This Answer Correct ? | 12 Yes | 41 No |
Post New Answer View All Answers
How to submit jcl through a cobol program?
What is one line to pass PARM from JCL to COBOL?
what is the difference between JES3 and JES2?
whats the diff bw the evaluate also and and?
Explain about ISPF/TSO Commands
How to pass data to a program that is coded in an exec statement?
What dd statement is used to supply the name of a dataset?
What are the difference between jcl and jes?
What is the difference between the positional and keyword parameters? Give examples.
what are the types of abends that occur on job failure? And explain the possible causes of these
What are the 2 types of parameters in dd statement?
Explain how can a stopped job be started again?
How can values be passed from the job stream to an executable program?
Matching Logic in Jcl not in cobol.Could any one please answer this question
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.