jcl is like a complier....?

Answers were Sorted based on User's Feedback



jcl is like a complier....? ..

Answer / venkat

No. JCL is like a carrier between the OS and our
application.

Is This Answer Correct ?    5 Yes 1 No

jcl is like a complier....? ..

Answer / tt

Yes, but not a translator. JCL is like an interpreter.

Is This Answer Correct ?    1 Yes 0 No

jcl is like a complier....? ..

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

jcl is like a complier....? ..

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

jcl is like a complier....? ..

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

jcl is like a complier....? ..

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

Post New Answer

More JCL Interview Questions

How to exclude the duplicate records from two concateded flat files (records from both files must be removed)?

1 Answers  


how can the same proc be re-used and called by many jobs?

1 Answers   IBM,


What is the motivation behind coding class parameter in job statement?

1 Answers  


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1 Answers  


I have a input file. Data like: ABCDEFGH.... i want out put file like AB BC CD DE....How can do this??

7 Answers   UST,


how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly

5 Answers   IBM, TCS,


Explain concatenating datasets?

2 Answers   CTS,


What are steplib and joblib? What for they are used?

1 Answers  


Is acct parameter mandatory?

1 Answers  


which utility is used to update pds?

1 Answers   IBM,


Is it possible to define dd statements as you want?

1 Answers  


My JCL contains four steps //STP1 A(+1), DISP = NEW //STP2 A(+2), DISP = NEW //STP3 A(+3), DISP = NEW //STP4 A(+1), DISP = OLD STP3 was abended and I want restart my JCL from STP3 onwards & what are the precaution I want to take & what are the changes I need to make. Pls let me know.

4 Answers   CTS,


Categories