Answer Posted / raam
We cant code the following things in a procedure.....
1. job statements
2.sysin DD *
3.sysin DD DATA
4.JES2/JES3 control statements
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How can the disposition of sysout datasets be set for an entire jobstream?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
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
i want to store 20 digits . how will u do it in cobol ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
How jcl is used for testing batch programs?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What parameter directs the output of the job log dataset?
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 is the purpose of dd dummy statement?
in ways data can be passed to a COBOL program from JCL?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Explain the purpose of dd * statement in jcl?
Can we call instream to catalog and catalog to instream?
Must tape dataset definitions include vol=ser specifications?