Answer Posted / sivakumar sekharannair
Two 01 level can be used for the same file, if the file is
a variable length file. Each 01 level identifies the
different layouts.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Write some characteristics of cobol as means of business language.
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Describe the cobol database components?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What are all the divisions of a COBOL program?
Can a Search can be done on a table with or without Index?
Write the code to count the sum of n natural numbers.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What are declaratives and what are their uses in cobol?
What are the cobol coding sheets?
What is the difference between PIC 9.99 and PIC9v99?
What kind of error is trapped by on size error option?
What is the difference between PIC 9.99 and 9v99 in COBOL?