What is the default value of DISP for temp datasets

Answers were Sorted based on User's Feedback



What is the default value of DISP for temp datasets..

Answer / sampath kumar

in the above answer is not correct...
disp=(new,pass,delete) and dsn=&&temp...it is correct answer..

Is This Answer Correct ?    32 Yes 4 No

What is the default value of DISP for temp datasets..

Answer / s.vijaykumar

disp=(new,delete,delete)

Is This Answer Correct ?    23 Yes 4 No

What is the default value of DISP for temp datasets..

Answer / pradeep kumar

for DSN=&&TEMP,
i) If the uasge of temporary file is within the step, then
DISP=(NEW,DELETE,DELETE) can be used
ii) If the usage of the temporary file is passed to its
next step, then DISP=(NEW,PASS,DELETE) can be used.

Is This Answer Correct ?    5 Yes 0 No

What is the default value of DISP for temp datasets..

Answer / shankha

disp=(new,pass,delete) and dsn=&&temp.

Is This Answer Correct ?    6 Yes 2 No

What is the default value of DISP for temp datasets..

Answer / leelakarthik

DISP=(NEW,CATLOG,DELETE)

Is This Answer Correct ?    1 Yes 20 No

Post New Answer

More COBOL Interview Questions

COBOL Snippet: Tell where the control will when the below code execute IF (A=B) CONTINUE ELSE NEXT SENTENCE PERFORM <IMP-STMT> END-IF.

7 Answers   HCL,


DATAONLY, MAPONLY functionality?

1 Answers   IBM,


is it possible to declare index in cobol program? if it is not why its tell me pls

3 Answers  


What is the Importance of GLOBAL clause According to new standards of COBOL?

2 Answers   Infosys,


how to check whether the open command of a sequential file is successful? or not?

2 Answers   CSC, IBM,






What is the difference between Structured COBOL Programming and Object Oriented COBOL ?

1 Answers  


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

0 Answers  


here is my compile and link edit steps in a jcl //COMPILE1 JOB (3CUS,S),'CCDM TEST' //STEPNAME EXEC PGM=IGYCRCTL,PARM='DYNAM,RENT,LIB,OBJECT, // OFFSET,APOST,OPTIMIZE',REGION=4096K //STEPLIB DD DSNAME=PM7351.TEST2.COB,DISP=SHR //SYSIN DD DSNAME=PM7351.TEST2.COB(PGM1),DISP=SHR //SYSUT1 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT2 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT3 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT4 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT5 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT6 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSUT7 DD UNIT=SYSDA,SPACE=(10,(10,10)) //SYSPRINT DD SYSOUT=* //SYSLIN DD DSNAME=&&LOAD,DISP=(MOD,PASS),UNIT=SYSDA, // SPACE=(10,(10,10)),DCB=BLKSIZE=400 //LKED EXEC PGM=IEWL,REGION=1024K //SYSPRINT DD SYSOUT=A //SYSLIB DD DSN=PM7351.TEST2.LOADLIB,DISP=SHR // DD DSN=PM7351.TEST2.COB(PGM1),DISP=SHR //SYSLMOD DD DSN=PM7351.TEST2.LOADLIB, // DISP=SHR //SYSUT1 DD UNIT=SYSDA,DCB=BLKSIZE=1024,SPACE=(CYL,(1,1)) //SYSTERM DD SYSOUT=* //SYSLIN DD DSN=&&LOAD,DISP=(OLD,DELETE) //SYSIN DD DUMMY i am getting IEW2013I 0F08 NO MEMBER NAME WAS SPECIFIED. MODULE WAS SAVED USING TEMPNAM1. could any one tell me the resolution for this..?

1 Answers  


what will be the output when a)pic 9(6)value 000178 is moved to pic ***,***. b)pic 9(5) value 57397 is moved to pic $$,$$9.

5 Answers  


In a program, variables are used but no DB2 involved in it. Can you call it as host variables??

4 Answers   EDS,


I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?

3 Answers   IBM,


Whtz the specialty of 77 level number ?

2 Answers   Infosys,


Categories