Description:
User would like to set up access to a remote system from a local system to execute an Extract.
Resolution:
To set up your system for remote access you will need to do the following:
In the SETUPxx member in the hilvl.CDBAPARM dataset for every local SSID you will need to identify the remote SSIDs within the local SSID that you want to access.
For example:
SSID (D10A) <<--- LOCAL SUBSYSTEM
LOCATION (LOCAL)
SSIDVER (V10) <<--- DB2 version for this subsytem
SSIDMODE (NFM) <<--- DB2 Mode for this subsystem
LOCSSID (D91B) <<--- REMOTE SUBSYSTEM
LOCATION (D91BPTIB) <<--- Value from SYSIBM.LOCATIONS for remote subsystem
Then on the RC/EXTRACT Target Mapping screen within RC/Extract you will specify the following (conforming to the above setup for example):
Source SSID ===> D10A Target SSID ===> D10A
Location ===> LOCAL Location ===> D91BPTIB
The Source and Target SSID indicate the Source SSID and the Location for the Target SSID indicates the LOCATION from the SYSIBM.LOCATIONS table for the Target SSID.