What do you understand by jcl?
No Answer is Posted For this Question
Be the First to Post Answer
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
Explain about LMINIT - generate a data ID for a data set
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
How to create delta file using JCL
What will happen if we write two STOP RUN's in a COBOL program?
Can we delete the data using IEFBR14 , IEBGENER??
What are the causes for S0C1, S0C4, S0C5, S0C7, S0CB abends ?
What is the meaning of the following declaration : DCB=BLKSIZE=, What is the difference between above declaration & not specifying DCB at all for a output file?
Brief description of inline procedure of jcl.