RedMage1967
Programmer
Just upgraded to V5R2. The online help says that complex data structures are not allowed in V5R2. But, IBM doesn't show you how to define the data structure. Can someone please help me with the following "D" Specs?
I get a complier error saying the subfields are not defined. What am I doing wrong????
RedMage1967
IBM Certifed - RPG IV Progammer
Code:
D Graphs Ds Qualified Dim(13)
D TopValue 4 Inz(*Blanks)
D Graph 2 Inz(*Blanks) Dim(13)
D BtmLine1 3 Inz(*Blanks)
D BtmLine2 3 Inz(*Blanks)
RedMage1967
IBM Certifed - RPG IV Progammer