JCL Interview Questions and Answers For Freshers Part-5
41.Which parameter is use to declare the name of dataset in DD statement? DSN(Dataset Name) is used to declare the name of dataset in a DD statement.
Read MoreSalesforce.com Lightning and Lightning Web Component – Learn & Share
41.Which parameter is use to declare the name of dataset in DD statement? DSN(Dataset Name) is used to declare the name of dataset in a DD statement.
Read More31.Which parameter is used to check the syntax of a JCL without executing it? TYPRUN = SCAN checks the syntax errors of the JCL without executing it.
Read More21.What is a JCL? JCL stands for Job Control Language which provides the specifications necessary to process a job. It is a set of control statements which provides the specifications necessary to process a job. It is a interface between…
Read More11.How to do automated RESTART when a job abends? Using RD parameter in JOB/EXEC statement. The abend codes for which RESTART need to be performed can be mentioned in the SCHEDxx member of the IBM system parmlib library.
Read More1.There is a concatenated input DD name with 3 datasets. How to override only one dataset in those 3 datasets? Specify DD DUMMY in the overriding JCL for the ones, which are not overridden. //STEP1.IN1 DD DUMMY // DD DSN=MYDATA.URMI.IN2,DISP=SHR…
Read More