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 |
I have 10 steps, I want to run STEP1 TO STEP4 then I should not run STEP5 and STEP6. Aganin I want to execute from STEP7 to STEP10. ONLY using CONDITION CODES how can we execute this process? 1. Where we can set cond codes for STEP5 and STEP6? 2. How can we execute remaining steps from STEP7 to STEP10?
Where & How Do You Code Identifier In Jcl?
hi friends........if u know syntax of IEBEDIT IN JCL
What is the difference between the positional and keyword parameters? Give examples.
with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?
in jcl you are having JCLLIB and STEPLIB what happens
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
What is JOBLIB ?
how can you check if a file is empty using jcl?
how do u see jobs submitted before ur job ?
How to fetch even records from one file to another file by using ICETOOL in JCL?
What is the difference between BLKSIZE and LRECL?