level number 77 is used to define
a)group data
b)elementary data
c)redefine
d)none
Answer Posted / guest
c) redefine
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
What is difference between static and dynamic call in cobol?
What is link edit 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?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are different data types in cobol?
how do you reference the ksds vsam file formats from cobol programs
Mention the guidelines to write a structured cobol program?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
What is static and dynamic call in cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are 77 levels used for?
Write some characteristics of cobol as means of business language.
What is the problem of ordered sequential files access?
How do you reference the fixed block file formats from cobol programs