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
Name the divisions, which are available in a cobol program?
Discuss about changing dataset name in proc.
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between binary search and sequential search?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the local-storage section?
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?
Can you please let me know the centre name of INS certification in Kolkata.
Write the code to count the sum of n natural numbers.
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Write a program to explain size error.
What is the difference between Global and External Variables?
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 ......
Explain how to differentiate call by context by comparing it to other calls?
explain sorting techniques in cobol program?