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 an in line PERFORM? When would you use it? Anything else to say about it?

4 Answers  


What is the difference between perform … with test after and perform … with test before?

0 Answers  


What is the Purpose of POINTER Phrase in STRING command

3 Answers  


tell me about examine inspect and evaluate ?

2 Answers   CTS,


what is the meaning of pic 9(09)v99-

4 Answers   HSBC,






i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?

7 Answers   CTS,


What are the pertinent COBOL

0 Answers   IBM,


how many maximum no of variables can be declared in linkage section ?

2 Answers   HCL,


hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps

5 Answers   iNautix,


In a program, there are 2 sections defined say SECTION-A and SECTION-B. There is a paragraph say CALC-INT in both the sections. If this para has to be called directly for SECTION-A, then PERFORM CALC-INT will not work as it is present in both sections. How the PERFORM statement has to be coded here?

5 Answers  


please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?

0 Answers   EDS,


Difference between cobol and cobol-ii?

0 Answers  


Categories