Guest_imported
New member
- Jan 1, 1970
- 0
Greetings, I am attempting to write a program that has
2, 2 dimensional tables. The tables are the same, 2 colums, 9 rows
so, if we had
colum 1 colum 2
1 a
2 b
3 c
and what not...in the input file you have the number 1, from that number you have to pull A out of the other colum then use A as the colum 1 figure, so you'd have
colum 1 colum 2
a New York
b Seattle
and what not...i'm not sure what to do, I know I am getting the redefines wrong, and the procedure division wrong,
Thank you for your help
Dash
2, 2 dimensional tables. The tables are the same, 2 colums, 9 rows
so, if we had
colum 1 colum 2
1 a
2 b
3 c
and what not...in the input file you have the number 1, from that number you have to pull A out of the other colum then use A as the colum 1 figure, so you'd have
colum 1 colum 2
a New York
b Seattle
and what not...i'm not sure what to do, I know I am getting the redefines wrong, and the procedure division wrong,
Thank you for your help
Dash