What is the default value of DISP parameter?
Answers were Sorted based on User's Feedback
Answer / hari kumar
DISP= NEW (NEW,DELETE,DELETE)
SHR (SHR,KEEP,KEEP)
OLD (OLD,KEEP,KEEP)
MOD (MOD,CATLG,CATLG)
| Is This Answer Correct ? | 39 Yes | 3 No |
Answer / rekha
new--> delete,delete
old--> catlg,catlg
mod--> uncatlg,keep
shr--> keep,uncatlg
| Is This Answer Correct ? | 6 Yes | 12 No |
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
Can a Search can be done on a table with or without Index?
What is amode(24)?
Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is
What compiler option would you use for dynamic linking?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
what are the steps to sort in a cobol program?
In INITIALIZE what is Repalcing Word will do
How many bytes do a s9 (7) comp-3 field occupy?
Write a program to enter and display the names of students in a class using the occurs clause.
Can JUSTIFIED be used for all the data types?
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19