which are the parameters mandatory in job card ?

Answers were Sorted based on User's Feedback



which are the parameters mandatory in job card ?..

Answer / abhusha

accounting information

Is This Answer Correct ?    5 Yes 4 No

which are the parameters mandatory in job card ?..

Answer / reshma

position parameter

Is This Answer Correct ?    0 Yes 0 No

which are the parameters mandatory in job card ?..

Answer / praveenchate

all parameters are optional for job card

Is This Answer Correct ?    0 Yes 4 No

which are the parameters mandatory in job card ?..

Answer / muzzy

notify parameter

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More JCL Interview Questions

COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?

4 Answers   IBM,


Explain the purpose of dd * statement in jcl?

0 Answers  


What is the difference between primary and secondary allocations for a dataset?

8 Answers  


Is CPU time (TIME parameter) assigned to a JOB and JOBSTEP BOTH, by default ?

6 Answers   IBM,


How do you designate a comment in JCL?

1 Answers  






One dataset is creating in the step1 with LRECL of 133 and the same dataset is used in the next step in DISP=SHR mode, but while scanning the JCL the following error is thrwon. Please verify the below JCL $/SEPP030.PROVIDER DD DSN=Z1225BT.F5750PG9.F5910PRV.QC#A6868 //ERRORRPT DD DSN=F5910&ST&IN..F5910EPP.ERRORRPT.P&CYCDATE, --ERRORRPT DD DSN=F5910PG.F5910EPP.ERRORRPT.P, // DISP=&DISNCD,UNIT=&DELQ, -- DISP= (NEW,CATLG,DELETE),UNIT=DELQ, // SPACE=(TRK, (30,15),RLSE), // DCB=&DCB2 -- DCB= (PPG.METMODEL,BLKSIZE=0,LRECL=133,RECFM=FB) $/SEPP030.ERRORRPT DD DSN=Z1225BT.F5910EPP.ERRORRPT.AOUTPUT //SEPP040 EXEC PGM=FILEAID,COND= (0002,EQ,SEPP030) //SYSPRINT DD SYSOUT=* //SYSLIST DD SYSOUT=* //DD01 DD DSN=SYSCMN.PROD.CCLIB (F5910EP1),DISP=SHR $/SEPP040.DD01 DD DSN=Z1225BT.TEST.CCLIB (F5910EP1) E1 - DSS20791E - DATA SET 'Z1225BT.F5910EPP.ERRORRPT.AOUTPUT' HAS AN LRECL OF 133 COULD NOT BE OPENED BECAUSE THE CODED LRECL WAS 80. // DD DSN=F5910&ST&IN..F5910EPP.ERRORRPT.P&CYCDATE, -- DD DSN=F5910PG.F5910EPP.ERRORRPT.P, // DISP=SHR $/ DD DSN=Z1225BT.F5910EPP.ERRORRPT.AOUTPUT please find the error code in the above mentioned lines and please suggest me about the error and the solution for that.

3 Answers   Cognizant,


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' ?

0 Answers  


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

0 Answers  


What is RESTART? How is it invoked?

8 Answers   HSBC,


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

0 Answers  


What is the purpose of disp parameter?

0 Answers  


Is their any set of rules for dd? Explain.

0 Answers  


Categories