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 |
How can you get the ksds file records into your cobol program?
how would find total records in files using seqientional
What are ISOLATION LEVELS? Where do we need to specify them?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??
What does the INITIALIZE verb do?
How many sections are there in data division in COBOL?
What is rmode(24)
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
What is cobol?
subscript and index r not coded in u r application program what will happen?
S9(5)V9(2) occupies how many bytes memory ?