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 |
can we declare s9(9)v9(9) in cobol ? if yes how many bytes it will occupy ?(urgent plz answer it)
which is better comp or comp-3 in terms of memory utilization?
how we separate the cobol cics statements from cobol&cics programming?
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
which is faster either static call or dynamic call ? and specify the reasons for it ? reply fast
How do we get current date from system with century in COBOL?
If there are two files one with 100 records and other with 101 records. we have to find out the one record that is the odd man out . What are the steps to do it
Q:what is the difference between the variable length and fixed lenght.how it varies in the cobol.
What is the default value of DISP for temp datasets
Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS
what happens of we dont give time stamp in precompilation process