Answer Posted / vamsi
The OCCURS clause cannot be specified in a data description
entry that:
-->Has a level number of 01, 66, 77, or 88.
-->Describes a redefined data item.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
In COBOL programming, what is PERFORM? What is VARYING?
What are different data types in cobol?
What is the difference between perform … with test after and perform … with test before?
What is length is cobol?
how to move the records from file to array table. give with code example
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 decleratives in cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Are you comfortable in cobol or jcl?
What is the difference between binary search and sequential search?
Name some of the examples of COBOl 11?
Can we change the password using ALTER? anyone tried and changed?
What is difference between static and dynamic call in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is an in line perform? When would you use it? Anything else you wish to say about it.