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 |
C1 C2 C3 are three conditions whose TRUTH values are as folloes. C1-TRUE C2-FALSE C3-TRUE A,B,C are defined as given below A:C1 AND(NOT C2) OR C3 B.(NOT C1) OR (NOT C2 AND NOT C3) C.(C1 OR C2)AND C3 D.C1 AND C2 OR C3 given the above information which of the following statements are valid? a.only A,B and C are TRUE b.only A,C and D are TRUE c.A,B,C and D are TRUE d.only C and D are TRUE
What is 88 level used for ?
What is the use of LINKAGE SECTION?
What is mean by maxcc
. How do we cast a variable in COBOL
What is the file organization clause ?
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?
Hai friends why we need to read a file before re-write a record?
The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above
IF there 5 to 6 files in a JCL and there is some space abends, how can we identify which file has space abend and what can be done to get off that abend or rectify that abend.
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
how to code in cobol while using variable block file?