IBM AS/400e Computer Hardware User Manual


 
The following format shows an example of source member data for an incoming
mapping table.
Creating a Source Member for Outgoing Data
The following example shows the syntax for creating the source member for an
outgoing mapping table. This table will map data from 5250 data streams to 3270
data streams. You specify the outgoing data by entering the TBLOUT value on the
SRCMBR parameter:
STRSEU SRCFILE(QGPL/QTBLSRC)
SRCMBR(TBLOUT) TYPE(TXT)
The following format shows an example of source member data for an outgoing
mapping table.
Creating a Mapping Table
After you have created the source members, you can create the mapping tables
from the source by using the CRTTBL command. The following example shows how
to create the incoming mapping table from the source member in the
QGPL/QTBLSRC file:
CRTTBL TBL(TBLIN) SRCFILE(QGPL/QTBLSRC)
GRTOBJAUT OBJ(QGPL/TBLIN) OBJTYPE(*TBL)
USER(QTCP) AUT(*ALL)
Once the table has been created, you receive this message indicating the operation
was successful: Table TBLIN in library QGPL created.
To create an outgoing mapping table, you specify the TBLOUT keyword for the TBL
parameter:
****BEGINNING OF TBLIN DATA****
0060606060056060606060600C0D60606011121360156060601960601C1D1E60
606060606060606060606060606060606060606060606060606060603C60603F
404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F
606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F
808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F
A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBF
C0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDF
E0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF
********END OF DATA********
Figure 288. Example of Incoming Data (TBLIN) to the Host System
****BEGINNING OF TBLOUT DATA****
000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F
202122232425262728292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F
404142434445464748494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F
606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E7F
808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F
A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBF
C0C1C2C3C4C5C6C7C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDF
E0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF
********END OF DATA********
Figure 289. Example of Outgoing Data (TBLOUT) from the Host System
522 OS/400 TCP/IP Configuration and Reference V4R4