Hi,
This may be a repeated Question..But still i am not clear .So can you explain clearly...? The Main diff b/w INDEX & Subscript ?
Say,
01 Month.
02 M Occurs 12 times pic x(3). < - Values are JAN,FEB,MAR,APR,JUN,JUL,AUG,SEP,OCT,NOV.DEC.
77 sub pic x(3).
So if i want to Display only Jun monthe How?
Move 3 to SUB
Display M(SUB) Will do that ?
If i use index,then to Display JUN month,the IDX should be 18 ?
Please explain how the Displacement & Occurance comes into picture? Also Index can have value of ZERO? But Subscript should not have ZERO ?>