Hi,
I have a field REFILL_DATE of type Number and size 128. It contains 16 date in format ddmmyyyy. To define it in file i have written below code.
BUT it is giving error saying numeric value can maximum go up to 35. Can not define. error in line pic 9(128).
Can any one help....
01 stored_area.
05 Refill_dates pic 9(128).
05 refill_date REDEFINES refill_dates.
10 refill_date_1 pic 9(8).
10 refill_date_2 pic 9(8).
10 refill_date_3 pic 9(8).
10 refill_date_4 pic 9(8).
10 refill_date_5 pic 9(8).
10 refill_date_6 pic 9(8).
10 refill_date_7 pic 9(8).
10 refill_date_8 pic 9(8).
10 refill_date_9 pic 9(8).
10 refill_date_10 pic 9(8).
10 refill_date_11 pic 9(8).
10 refill_date_12 pic 9(8).
10 refill_date_13 pic 9(8).
10 refill_date_14 pic 9(8).
10 refill_date_15 pic 9(8).
10 refill_date_16 pic 9(8).
I have a field REFILL_DATE of type Number and size 128. It contains 16 date in format ddmmyyyy. To define it in file i have written below code.
BUT it is giving error saying numeric value can maximum go up to 35. Can not define. error in line pic 9(128).
Can any one help....
01 stored_area.
05 Refill_dates pic 9(128).
05 refill_date REDEFINES refill_dates.
10 refill_date_1 pic 9(8).
10 refill_date_2 pic 9(8).
10 refill_date_3 pic 9(8).
10 refill_date_4 pic 9(8).
10 refill_date_5 pic 9(8).
10 refill_date_6 pic 9(8).
10 refill_date_7 pic 9(8).
10 refill_date_8 pic 9(8).
10 refill_date_9 pic 9(8).
10 refill_date_10 pic 9(8).
10 refill_date_11 pic 9(8).
10 refill_date_12 pic 9(8).
10 refill_date_13 pic 9(8).
10 refill_date_14 pic 9(8).
10 refill_date_15 pic 9(8).
10 refill_date_16 pic 9(8).