Answer Posted / srinivasa rao
You can type Z in command line after opening dataset.
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
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.
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is use of dsn parameter in dd statement?
what are the various stages of job processing?
Explain dd statement in jcl?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the syntax of JCL statement?
What is the significance of addrspc parameter in exec statement?
What is the function of //cntl statement?
what is the compile process of cobol program expalin with code
How does jcl act on a cobol code?
how you can direct the data to spool using SYSOUT option?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What are the utility programs in jcl?
In job processing, what happens in conversion stage?