Figure 77 shows how to specify the TRNTBL keyword.
Figure 77. Specifying the TRNTBL Keyword
|...+....1....+....2....+....3....+....4....+....5....+....6....+....7....+....8 00010A R RECORD1 PFILE(PF1) 00020A CHAR1 I TRNTBL(LIB1/TBL1) 00030A CHAR2 A I TRNTBL(LIB2/TBL2) 00040A NUM1 00050A NUM2 A
Field CHAR1 is translated using table TBL1 in library LIB1. Field CHAR2 is translated using table TBL2 in library LIB2. Field CHAR2 was redefined in the logical file as a character field (A in position 35) to allow the TRNTBL keyword to be specified. Fields NUM1 and NUM2 are numeric fields in the physical file PF1 and cannot have the TRNTBL keyword specified for them.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.