InterviewSolution
Saved Bookmarks
| 1. |
Why We Can Not Define Occurs Clause At 01 Level? |
|
Answer» 01 is of the record level. We REPEAT the FIELDS within a record, not the record itself. So an Occurs CLAUSE can not be USED at 01 level. 01 is of the record level. We repeat the fields within a record, not the record itself. So an Occurs clause can not be used at 01 level. |
|