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 |
Which is the best IBM mainframe Training Institute in Ameerpet, Hyderabad
What are the different data types available in COBOL?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
Can printer files (having 133 characters) be of variable length?
In a COBOL program, 2 tables TABLE1 and TABLE2 are defined that are indexed by INDEX1 and INDEX2 respectively. Can we use INDEX1 with TABLE2 and INDEX2 with TABLE1?
How do you get the data to code the BMS macro?
I have dataset DS1 which has records say 1 2 3 4 5 ... ... etc And also I have second dataset DS2 whcih has records 1 3 4 5 6 8 .. ... Both the files are sorted and now I want to compare these files and write it into the third files if the records are matching.
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
how you read control card into array?
Write a program to enter and display the names of students in a class using the occurs clause.
what will happen if i give program name and member name as different? program runs successful or w'll abend?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."