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 / sivakumar sekharannair
01 level cannot have occurs clasue. Because 01 level is
used for the entire record of a file. entire record length
can not occur again. I.E. Fields in a file can only occur
again.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Write a program to enter and display the names of students in a class using the occurs clause.
How do u write test cases?
i want a program using by if, evaluate , string, unstring, perform, occurs?
When is inspect verb is used 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?
What are all the divisions of a COBOL program?
What is amode(24)?
Can a Search can be done on a table with or without Index?
what is the difference between COBOL2 AND COBOL390?
How many sections are there in data division in COBOL?
How are the next sentence and continue different from each other?
What are literals?
Write down the divisions of cobol program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?