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 many maximum number of procedures can we write in one COBOL program?
What is amode(31)
how do you reference the rrds file formats from cobol programs
Why there is no questions in this column?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the linkage section?
I have a sequential file. How do I access a record in this sequential file randomly in my program ?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
What is the utilization of copybook in cobol?
What R 2 of the common forms of the EVALUATE STATEMENT ?
Discuss about changing dataset name in proc.
what is SYNCHRONIZATION?