why 02 level number can't be use as a separate level number
like 01 or 77 ?
Answer Posted / k.anuhya
01 level no is used for data items or group
items which hold some values to rapidly change in program.
77 level is used for declaring constant.
02-49 level numbers are d sub group for 01 level numb we
have to declare after 01
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the compute verb? How is it used?
What is the local-storage section?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the Purpose of Pointer in the string?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Which mode is used to operate the sequential file?
How you can read the file from bottom?
how can i see junk values in dclgen or in hostvariable of comp ?
Name the sections present in data division.
) How do u handle errors in BMS macro?
What rules are followed by the search verb.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are the different rules of SORT operation?