What are the common keyword parameters in both job and exec
statements

Answer Posted / prasad bhavanasi

YES..THREE KEYWORDS ARE HAVE COMMON IN BOTH JOB & EXEC
PARAMETERS ...THOSE ARE : TIME
COND
REGION

THE THREE ARE IMPORTANT IN REAL TIME

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is use of disp parameter in dd statement?

650


How can unused space allocation be returned to the system when a dataset is closed?

800


What are the 4 fields in dd statement?

732


What is the function of the dd dcb keyword?

814


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

898






what is use of dsn parameter in dd statement?

662


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1339


Explain dd statement in jcl?

630


Is condition checking possible in jcl?

707


What are some jcl statements that are not allowed in procedures?

717


What is the function of a dd statement?

698


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2090


What happens if both JOBLIB & STEPLIB is specified ?

598


Explain the function of //cntl statement?

642


How is the record format of an output dataset specified?

735