which are the parameters mandatory in job card ?

Answer Posted / praveenchate

all parameters are optional for job card

Is This Answer Correct ?    0 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between run mode and addressing mode?

631


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

695


I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?

8669


How jcl is used for testing batch programs?

718


Name the statement which can be used to send data to another mvs jes3 node?

601






What is the function of a dd statement?

702


//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 /*

906


what is use of dcb parameter in dd statement?

769


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

651


How to run cobol program using jcl?

648


How to do automated restart when a job abend?

789


List the various advantages of using jcl language?

852


what are the statements that are not valid to be included in an include statement?

776


What is the purpose of the dd keylen parameter?

718


I need exexution process for JCL programs

1847