CONNX Data Integration Suite 14.8.0 | Installation Guide | Installation Steps | Installing Mainframe-Compatible Server | CONNX for VSAM and QSAM | CONNX for VSAM - Started Task/Batch | Installation Verification of CONNX Started Task Components | Importing Metadata for the CONNX Sample Customer Partitioned Data Set
 
Importing Metadata for the CONNX Sample Customer Partitioned Data Set
1. Run CONNX Data Dictionary.
2. In the CONNX Data Dictionary Manager dialog box, click Import. The Import CDD dialog box appears.
3. Select VSAM COBOL FD files from the Import Type list box.
In the Enter a COBOL FD data set member text box, enter CONNX.STASK.COPYBOOK.(CUSTOMRP). By default, CONNX will use FTP to import the copybook.
To import without FTP add the following configuration setting:
Configuration Manager import without FTP
With FTPIMPORT set to 0, the copybook must reside on the PC where the import is being performed (in ASCII). Specify the path to the copybook. Wildcard imports are not permitted in this mode.
4. In the Server text box, enter the symbolic or dotted numeric TCP/IP address of the target host, and then enter your TSO user name and password. Enter a TCP/IP port number.
5. Select a database container in the destination database list box. Click OK.
6. The CUSTOMERS_PDS table name and field attributes are imported into the CONNX Data Dictionary Manager. To display the Table Properties tab, click the CUSTOMERS_PDS table icon.
7. In the Table Properties tab, the File Name text box set to UNKNOWN.FILE.
For partitioned data set files, the file layouts are maintained separately from the physical or logical file name (fully-qualified JCL DSN or DDNAME, respectively). The CNXVSAM JCL procedure defines standard DDNAMES for the CONNX sample PDS files. For the CONNX sample partitioned data set CUSTOMER file, the DDNAME is CNXCSTP. Change UNKNOWN.FILE to CNXCSTP.
CNXCSTP is the default JCL DDNAME allocated to the CONNX sample Customers QSAM partitioned data set (member) name:
CONNX.STASK.CUSTOMERS.PDS(CUSTOMER)
8. Press <Tab> to open the CONNX Logon dialog box.
To complete the import, enter your TSO user ID and password, and the correct TCP/IP port number, and click OK.
9. To import additional CONNX sample QSAM physical sequential files, refer to CONNX.STASK.COPYBOOK(@INDEX) for a cross-reference of the CONNX sample COBOL copybooks and VSAM / QSAM / PDS JCL DDNAMES, and repeat steps 4-7.
10. After importing one or more CONNX sample QSAM physical sequential or partitioned data set files, you can save the information in a CONNX CDD file, define an ODBC data source which points to the new CDD file, and use the CONNX InfoNaut Query Tool to execute queries against the tables defined in the ODBC data source.
For more information on creating CONNX ODBC data sources and connecting to them with InfoNaut, refer to Testing a Database Connection.