level number 77 is used to define
a)group data
b)elementary data
c)redefine
d)none
Answer Posted / anandaboopalan
b)elementary
| Is This Answer Correct ? | 38 Yes | 1 No |
Post New Answer View All Answers
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
how do you reference the esds vsam file formats from cobol programs
In which area will you utilize 88 level items in cobol?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
how to refer the data field?
What are the different rules to perform a Search?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is difference between cobol and cobol/400
What is the difference between PIC 9.99 and PIC9v99?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Name the sections present in data division.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What is Pic 9v99 Indicates in COBOL?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?