OCCURS clause is used in the DATA DIVISION on data names at
(a) 01 level
(b) 77 level
(c) 88 level
(d) any level from 02 to 49
Answer Posted / jyothi
77 for independent data names
88 for conditional codes
66 for renames
correct answer for the above question is "any level from 02
to 49"
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What are the different rules for performing sort operation?
How do you define a variable of comp-1 and comp-2?
example for sub strings ? and refernce modifications whit output pls
Explain how you can characterize tables in cobol?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how to convert the recors form vsam file to db2 table tru file aid
) How do u handle errors in BMS macro?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Write down the divisions of cobol program?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Explain what you understand by passing by value.
What is static and dynamic call in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What are the different open modes available in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?