Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Appendix E Data Transmission for z/OS : Installation and Implementation

Installation and Implementation
Installing OSTARXMT and OSTARREC
To install these programs, do the following:
1.
2.
3.
4.
5.
6.
In ISPF 3.4, type OSTARREC against the uploaded data set. You are then prompted for data set names, as documented for the TSO receive command, into which the following data sets should be stored:
7.
8.
This does not need any special characteristics.
9.
10.
 
   OSTAREDC = "'HUR01.HURON.LOAD(OSTAREDC)'"
 
to
 
   OSTAREDC = "'loadlib.containing.ostaredc(OSTAREDC)'"
 
(the name of the library referenced in step #9).
Implementing the Compression Option
 
In z/OS Release 1.9, the TRSMAIN program was added to the BCP element of z/OS; so you do not need to download or install it. The main program is called AMATERSE, but the alias TRSMAIN is maintained for compatibility with the previously downloadable version.
To implement compression, do the following:
1.
Access the following web site:
http://techsupport.services.ibm.com/390/trsmain.html
     “RECEIVE INDA(/)”
When prompted, give the name of the load library where you want the TRSMAIN program restored.
2.
Change the constant after the equal sign to contain the full data set name of the program. The string must start with a double quote and a single quote, and end with a single quote and a double quote, because the double quotes delimit the string and the single quotes tell TSO that the data set name is fully qualified. For example:
 
   TRSMAIN = "'CSUPP.SHARED.LOAD(TRSMAIN)'"
 
becomes
 
   TRSMAIN = "'your.load.library(TRSMAIN)'"
 
(the name of the library referenced in step #1).
Setting up Data Sets for Transmission
To send fixes, objects, and so on, do the following:
1.
If the resultant data set is larger than the CHUNKSIZE value specified, the XM1 and XM2 data sets are divided into multiple smaller data sets with suffixes of XMxFnn. For details on the difference between the XM1 and XM2 formats, see Data Set Formats.
2.
Make the XM1 or XM2 data set available to TIBCO Support by FTPing the data set to ftp.objectstar.com for download via the Internet.
To request instructions for sending diagnostics on tape or CD, see How to Contact TIBCO Support.
3.
Keep the original XM1 or XM2 suffix to tell OSTARREC how to process it.
4.
 
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved