level number 77 is used to define
a)group data
b)elementary data
c)redefine
d)none
Answer Posted / siddu
level number 77 is used to define elementary data
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which mode is used to operate the sequential file?
What is rmode(24)
What is the local-storage section?
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.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain how you can characterize tables in cobol?
how do you reference the ksds vsam file formats from cobol programs
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
How are the next sentence and continue different from each other?
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
Name some of the examples of COBOl 11?
How do you reference the following file formats from cobol programs?
How to print 10 to 1 if the input have only 10 digit number?
How to remove 2 duplicate records and copy only one using job control language?