Answer Posted / venkat
No. JCL is like a carrier between the OS and our
application.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the jcl procedures?
what is SOC4 error?
What is the use of symbol // in jcl?
what operation is performed by job statement?
Suppose I have five jobs to do. But I want to hold one?
Explain how can return codes be tested before execution of a job step?
Explain in DD statement what is the use of DCB parameter?
What is the significance of addrspc parameter in exec statement?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is concatenating?
How does jcl act on code(if you take a cobol program)?
What are hierarchy levels in jcl?
What do you know about jcl?
Explain how can the attributes of one sms dataset be copied to another dataset?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you