Previous Topic Next topic Print topic


Receive the Software

Use the TSO RECEIVE command to create the partitioned datasets from the sequential XMIT files. HLQ.CMG is the assumed installation prefix.

Enter TSO or Workstation commands below:
===> receive indataset('hlq.CMG.EXEC.XMIT')  

When prompted, enter:

INMR906A Enter restore parameters or 'DELETE' or 'END' +
restore dataset('hlq.CMG.EXEC’)

The result is a partitioned dataset containing REXX procedures.

Repeat the RECEIVE process for the AWMMODEL dataset.

You should give the received dataset containing the AWM model the low-level qualifier AWMMODEL. In the Team Developer perspective of Enterprise Developer a file mapping is defined for datasets with the low-level qualifier AWMMODEL which ensures that members of an AWMMODEL dataset are downloaded with the code page IBM-037. This ensures that special characters contained in the AWMMODEL member are correctly interpreted when the model is loaded on the client-side.

If you use another low-level qualifier for the model dataset than AWMMODEL, you have to ensure that a corresponding file mapping is defined on the client-side.

Previous Topic Next topic Print topic