What is multithreading in jcl?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about LMCOPY -
I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.
suppose i have 10 job steps and i want to execute only step 6.How to write?
If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
what is the JCL statement consists of?
How do you access an uncatalogued dataset in a jcl?
How to release a JOB (from the input queue) held by TYPRUN = HOLD ? and how to see the installation default time after which a JOB will be automatically released ? How to see the list of currently HELD JOBS ?
Name the system library from which modules are retrieved at execution
How can unused space allocation be returned to the system when a dataset is closed?
what is the restart?hopw it is invoked?
Can we use DISP=SHR in output file in JCL