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

what is the diff b/w select stsmt and cursor ?

2 Answers  


What are the access modes of START statement?

0 Answers  


i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?

12 Answers  


A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25

3 Answers   TCS,


Why there is no questions in this column?

6 Answers  






What is normalisation?

2 Answers   IBM,


How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length

3 Answers   TCS,


What are different data types in cobol?

0 Answers  


Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya

2 Answers   CSC,


How to resolve the soc4 & soc7 other than following answers. Soc4 can resolved using mispleed dd name and dd name is not matching with file and soc7 check the sysdump and copy the offest address then correct it in the program.

10 Answers   ADP, Amdocs, Cap Gemini, Keane India Ltd, Super Value, TCS,


What is R-mode and A-mode?

3 Answers   TCS,


Name the divisions in a COBOL program ?

7 Answers  


Categories