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
Which dd parameters are required?
which parameter is use to declare the name of dataset in dd statement?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is concatenating?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
what is the compile process of cobol program expalin with code
How can values be passed from the job stream to an executable program?
what is use of dsn parameter in dd statement?
What are the 4 fields in dd statement?
Matching Logic in Jcl not in cobol.Could any one please answer this question
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.
Where can program checkpoints be stored for use in a restart?
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.
How to run cobol program using jcl?
How can a stopped job be started again?