jcl is like a complier....?
Answers were Sorted based on User's Feedback
Answer / venkat
No. JCL is like a carrier between the OS and our
application.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / muttaiah
I can say "JCL is a compiler" since we use JCL to compile
the programs written in Cobol, PL1/ Assembler.
Since JCL acts as an intermediate between OS and
Application program most of them say as interpreter..
You can add the above stmts while answering.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srk
the mainframe operating systems identifies the resources that are needed for the execution of a program through the jcl statements.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / 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 |
Answer / narendra
no it is just like a mediator to transform jobs to os and
which jobs or executed
| Is This Answer Correct ? | 0 Yes | 1 No |
How do you skip a particular step in a proc/JOB?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
how do u send return code from cobol to jcl ?
What is the difference between static call & Dynamic call ?
What is a S0C4 error ?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
What do you understand by the term notcat 2 – gs?
how to run batch program without jcl?
I have a PDS and want to omit few rows of all members of a PDS. How to do it?
which utility is used to run a cobol-db2 program?
Is Default for MSGCLASS = (1,1) ?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?