How to test thru JCL if any file(PS or VSAM) is empty or
not. I do not want to use any COBOL prog or Ezytrieve and
want to do using utility.
Answer Posted / guruprasad
print command
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
what is the use of JCL?
what is JCL?
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 do you understand by the term notcat 2 – gs?
which utility is used a dummy utility?
How does jcl act on a cobol code?
Can an individual step be restricted from using all the jobs allowed cpu time?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Is it possible to define dd statements as you want?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Differentiate between addressing mode and run mode.
What are the parameters that are used in creating a gdg?
What dd statement is used to supply the name of a dataset?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?