Installing TIBCO® Managed File Transfer Platform Server for z/OS
You can install
TIBCO Managed File Transfer (MFT) Platform Server for z/OS directly from a workstation by using the TSO/E
Transmit and
Receive commands.
- Procedure
- Download the package from the TIBCO download site
https://edelivery.tibco.com.
You are prompted for a user name and password for downloading. If you do not receive a user name and password, contact TIBCO Technical Support.
- Unzip the package to a local directory.
The unzipped package contains the following two files:
MFTvrm.XMT: This file contains the necessary information to create all installation datasets.readme.TXT: This file contains information regarding the installation process. Review this file before you begin the installation process.
- Upload the
MFTvrm.XMTfile.You can upload the XMT file by issuing the UPLOAD or SEND command that your emulator provides.Note: Do not specify any options on the upload, for example,CRLForASCII. The destination dataset must be named in High_Level_Qualifier.PDS.XMT format.When uploading the XMT file to z/OS, you do not have to pre-allocate the z/OS dataset. If you must pre-allocate the dataset, use the following attributes:Attribute Value Organization PSRecord format FBRecord length 80Block size 6160Space unit TRKSDirectory blocks 0Primary quantity 150Secondary quantity 10 - Receive the XMT file.
- Enter the following command at TSO option 6 or at the ready prompt:
RECEIVE INDS(Name_of_uploaded_file)For example:RECEIVE INDS(FUSION.MFT720.XMT) - Enter the following parameters when you are prompted:
DSN(output_dataset_name) VOLUME(destination_volume_name)
For example:DSN(MFT720.INSTALL.PDS) VOLUME(ABC123)Note: TheVOLUMEparameter is optional. You can use it if you want to control the dataset allocation.
- Enter the following command at TSO option 6 or at the ready prompt:
- Read and accept the End User License Agreement (EULA).
You must run the following REXX exec to read and accept the EULA:
EXEC 'MFTvrm.INSTALL.PDS(ACCEULA)' - Execute the
@RECEIVEmember in the PDS dataset.Note: If you are performing an upgrade,- The
LOADLIBlibrary contains sample user exit load modules. If you want to replace the existing datasets, you have to back up any existing customized user exit load modules before running this job, and copy back the customized user exit load modules to theLOADLIBafter running this job. - The
SAMPLIBcontains theGLOBALmember. Ensure not to overwrite your existingGLOBALmember.
- Edit the
@RECEIVEmember to meet your installation requirements. - Submit the
@RECEIVEjob to receive seven XMT files and create PDS files.For example:
MFTvrm.INSTALL.PDS(@RECEIVE)The following table lists the created PDS files:
PDS File Description EXECS ISPF REXX execs
JCL Sample JCL
LOADLIB The load library
MSGS ISPF messages
MTEXT Message inquiries
PANELS ISPF panels
SAMPLIB The sample library
- The
Subtopics