InterviewSolution
Saved Bookmarks
| 1. |
Why we cannot define an 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. |
|