level number 77 is used to define
a)group data
b)elementary data
c)redefine
d)none

Answer Posted / santy

level number 77 is used to define elementary data element.

Is This Answer Correct ?    27 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why would you use find and get rather than to obtain?

671


What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?

665


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.

1103


What is comp-1 and comp-2?

752


How do you reference the following file formats from cobol programs?

687






how to move the records from file to array table. give with code example

2207


) how do u code after getting data?

1575


What is the difference between perform … with test after and perform … with test before?

863


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

5652


If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

2651


What are different data types in cobol?

676


What is the use of intialize verb?

735


What is inspect in cobol ?

791


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

984


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

701