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 |
db2 variable decimal(15,2) what is the equalent size of cobol variable
What the difference is between continue and next sentence?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
what is label record is standard or omitted in file description of data division?
what is record label is empty or standard in file description of data division?
What is Control Break processing ?
What should be the sorting order for SEARCH ALL?
how to check whether the open command of a sequential file is successful? or not?
comp-3 field occupy?