Answer Posted / guest
This is the Place where DB2 Catalog resides
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In 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.
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Must tape dataset definitions include vol=ser specifications?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
how to run batch program without jcl?
Explain the purpose of dd dummy statement?
in ways data can be passed to a COBOL program from JCL?
Explain the jcl exec statement?
What is Cataloged Procedures?
Is there any command to check wether the ps file is in sorted order?
Explain in DD statement what is the use of DCB parameter?
List the different components of jcl statement?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
What are the parameter we cannot use in procedure?