What is the default value of DISP for temp datasets
Answers were Sorted based on User's Feedback
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 |
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 static and dynamic call in cobol?
I want to remove a duplicates form a given input field using cobol program. please Any one help me out to solve this ... Thanks in Advance.
in how many mode we can open a file ?
What is report-item in COBOL?
what is search and searchall?what is the diffrence between them?give an best example?
how many bytes does s9(7)COMP-3 field occupies?
Write a cobol program making use of the redefine clause.
9(2).99 how many bytes take? Why . consider as a byte?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
what is MSGLEVEL?
What is sqlca and why is it needed in any cobol-db2 program?
COMP?