when GDG version number get changed ? bcz always Generations
only increasing.
Answer Posted / shivaram
using CYC(+1) one can change the version of gdg
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the format of comment statement?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
Explain about LMQUERY�give a dialog information about a data set
in ways data can be passed to a COBOL program from JCL?
How can the disposition of sysout datasets be set for an entire jobstream?
what is use of disp parameter in dd statement?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the difference between run mode and addressing mode?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
what sort card you will use to copy the data from one dataset to another dataset?
which utility is used a dummy utility?
can any one plzzzzzz tell the jcl code for creating ps using idcams
A dd statement consists of 4 fields. Name them?
Give the syntax of job specifying jcl statement.
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.