View previous topic :: View next topic |
Author |
Message |
Subzero Beginner
Joined: 02 Dec 2002 Posts: 19 Topics: 7 Location: Chennai, India
|
Posted: Thu Oct 04, 2007 3:07 pm Post subject: odo under redefines |
|
|
Hi,
Can you anyone let me know if I can use ODO in a redefined data item? The structure that it redefines is of fixed size though. I am getting this error
IGYDS1169-S "REDEFINES" subject "USER-TABLE-LINK-AREA" contained an "OCCURS DEPENDING ON" clause or was variable-length. The "REDEFINES" clause was discarded.
Cheers,
Subzero |
|
Back to top |
|
 |
vivek1983 Intermediate

Joined: 20 Apr 2006 Posts: 222 Topics: 24
|
Posted: Fri Oct 05, 2007 1:03 am Post subject: |
|
|
Subzero,
Can you give that piece of code (Declaration code that contains the REDEFINES part) so that we can have a look at that? _________________ Vivek G
--------------------------------------
A dream is just a dream. A goal is a dream with a plan and a deadline. (Harvey Mackay) |
|
Back to top |
|
 |
CICS Guy Intermediate
Joined: 30 Apr 2007 Posts: 292 Topics: 3
|
Posted: Fri Oct 05, 2007 3:19 am Post subject: |
|
|
From the FM:
Quote: | Neither the redefined item nor the redefining item, nor any items subordinate to them, can contain an OCCURS DEPENDING ON clause. |
|
|
Back to top |
|
 |
|
|