Answer Posted / guest
no jcl is not a compiler but a job control language. it is
used for just submitting the program that you write in
cobol or any other language.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
when can a job time-out occur? How to overcome that?
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
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.
How can a jobs execution priority be modified?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain how can the attributes of one sms dataset be copied to another dataset?
Explain in DD statement what is the use of DCB parameter?
What is the purpose of dd dummy statement?
How can a stopped job be started again?
define cond parameter in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Describe the various parameters utilized in the creation of a gdg?
How is a type of file defined in the jcl that executes the cobol program?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?