1)what is the maximum limit for occurs?
Eg: 01 A PIC X(10) OCCURS N TIME.
What is the max value for N?
Answer Posted / sruthi
HI Prakash,
your ans is wrong.max limit 7 times,that is max number of
dimentions.not the number of occurs.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how do you reference the variable block file formats from cobol programs
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What are the different open modes available in cobol?
Why would you use find and get rather than to obtain?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have a File that has duplicate records. I need only those records that occur more than thrice.?
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 the compute verb? How is it used?
How many sections are there in data division in COBOL?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
In which area will you utilize 88 level items in cobol?