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 compiler option would you use for dynamic linking?

2 Answers  


What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?

7 Answers   T systems,


What is Static,Dynamic linking ?

2 Answers  


In my table having 3000 Records. How can I delete the 500th row? (we don't know what is data inside the table)

3 Answers   Keane India Ltd,


Can we use redefine clause in occurs clause?

10 Answers  






Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb

1 Answers  


How to increase the logical record length of existing PS file?

7 Answers  


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

0 Answers  


What are the differences between OS VS COBOL and VS COBOL II?

1 Answers   IBM,


How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.

5 Answers   TCS,


) how do u code after getting data?

0 Answers   IBM,


What is the difference between SEARCH and SEARCH ALL? What is more efficient?

9 Answers   IBM, iFlex, Wipro,


Categories