IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

three dimension table


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kiran

New User


Joined: 08 Apr 2004
Posts: 25
Location: hyd

PostPosted: Fri Apr 16, 2004 3:53 pm
Reply with quote

hi ,
how can we specify 3 dimensiontable in cobol
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Apr 19, 2004 8:05 pm
Reply with quote

Hi kiran,

01 a-3d-tbl.
05 a-dem-1 occurs 2 times.
10 a-dem-2 occurs 3 times.
15 a-dem-3 occurs 3 times pic x(1).

If you moved ALL "E" to a-3d-tbl, each of the 2 occurrances of a-dem-1 would contain EEEEEEEEE.

Each of the 3 occurrances of a-dem-2 would contain EEE and each occurrance of a-dem-3 would contain an E.

The table would contain 18 Es.

HTH, Jack.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top