When should DISP=MOD is used?

Answer Posted / vinay

disp=mod is used to modify the records in existing datasets

Is This Answer Correct ?    1 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

823


Give the syntax of job specifying jcl statement.

634


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


when can a job time-out occur? How to overcome that?

748






hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1661


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

904


Why include statement is used in a jcl?

687


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2050


Are there any set of rules for the names of the steps used in a job?

628


Matching Logic in Jcl not in cobol.Could any one please answer this question

3669


How do you overcome this limitation ?

691


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

1341


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

816


Differentiate between addressing mode and run mode.

609