To access remote VSAM files on z/VSE, do as follows:
To access VSAM files, you first define the VSAM file on the system where you want the file to reside.
Remote VSAM access requires that you install VSE Distributed Data Management (VSEDDM) on the workstation.
Do as follows:
installDir\bin\vsamwin.zip
where installDir is
the installation directory for your product.Add the following to your system's PATH environment variable:
Where vseddmDir is the directory you extracted the files to.
VSEDDMLO "VSE Host Name" "UseID"
This
command creates a configuration file that is called vseddm.cfg in
the EGLDFM directory. To complete this setup, create an environment
variable that is called VSEDDM_CFG and assign it the value vseddmDir\EGLDFM\vseddm.cfg You must configure the EGL Debugger before it can access your remote VSAM files. Set the VSE Remote VSAM code page to the ASCII code page configured in your VSE Connector Server. Set the Character Encoding to the EBCDIC code page configured in your VSE Connector Server. Ensure that ctglient.jar (provided by CTG) is in the class path order if you are debugging through CICS.
For more information, see Setting preferences for the EGL debugger.
When you create the resource association part to use when you debug your EGL program on Windows, specify the file type and systemName as follows:
VSE:\\machineName\catalog ID\data set name
CTG:\\install_dns_or_ip:port\cics_region\dataset
For more information about remote access through CICS, see Installing and configuring remote VSAM support for CICS.
The naming convention is similar to the Universal Naming Convention (UNC) format. For details on UNC format, refer to the Distributed FileManager User's Guide, which is included in the vsamwin.zipfile.