When a developer works on an AS/400, he creates procedures and data queues which will subsequently have to be used on another AS/400, these procedures descriptions and data queues have to be transferred to the other AS/400.
Descriptions are stored in three files: YPROCHDR, YPROCPARMS and YPROCPGM. They are stored in AS/400 EASYCOM library (default). They can also be placed in another library. In this case they will be searched in connected profile LIBLE.
If two AS/400s are connected, the above three files can obviously be transferred directly from one to the other.
Otherwise, the DTAQ-RPC manufacturer offers a facility to import/export descriptions from or to text files, that means that the necessary descriptions can be saved on the developer’s workstation and then restored on the client’s.