Answer Posted / shubha
index denotes the displacement value and it is system
defined.if you are using index variable with occurs
clause,it need not have be defined in the data division.but
it should be mentioned as i.e syntax is:
levelno(02 to 49) identifier occurs n times indexed by
indxname
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
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?
How can you get the ksds file records into your cobol program?
In which area will you utilize 88 level items in cobol?
what happens if parmparameter passes zero bytes to the program
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
How do you get the data to code the BMS macro?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What do you understand by psb and acb?
What is comp-1 and comp-2?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
HOw can I get the negative sign while deduct high value from low value
Mention the guidelines to write a structured cobol program?
what are decleratives in cobol?
how to move the records from file to array table. give with code example
How do get the result of your program directly on your pc?