Hi,
I have a physical file on the AS400 that contains several fields;
FIELD01 15 A
FIELD02 7 A
DATA01 10 L
.......
I would like to create a logical file with the key
FIELD01 K
DATA01 K
However, I need to be able to convert the DATA01 field from 10 L to 8.0 (numeric) directly within the logical file.
Is there a way to use a keyword to convert the DATA01 field from 10 (Iso) to 8.0 (numeric)?
I have a physical file on the AS400 that contains several fields;
FIELD01 15 A
FIELD02 7 A
DATA01 10 L
.......
I would like to create a logical file with the key
FIELD01 K
DATA01 K
However, I need to be able to convert the DATA01 field from 10 L to 8.0 (numeric) directly within the logical file.
Is there a way to use a keyword to convert the DATA01 field from 10 (Iso) to 8.0 (numeric)?



Comment