TO abend the data sholud open in which mode?
1.new
2.old
3.mod
4.shr
Answer / sree
Question should be 1) to apend the data which mode should should open?
ans: MOD
Is This Answer Correct ? | 30 Yes | 2 No |
Describe the difference between subscripting and indexing ?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how to transfer the file from pc to mainframe??
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
What is the difference between a DYNAMIC and STATIC call in COBOL?
why do u need inspect verb?
What is the use of EVALUATE statement?
What is the maximum length of a field you can define using COMP-3 in COBOL?
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
What will happen if you code GO BACK instead of STOP RUN in a stand-alone COBOL program i.e. a program which is not calling any other program ?
How many bytes do a s9 (7) comp-3 field occupy?