next up previous contents index
Next: 4.3 Under Windows Up: 4. Installation Previous: 4.1 Downloading TXT2XML   Contents   Index

Subsections


4.2 Under MVS


4.2.1 Installation

The installation is straight forward :

  1. Before uploading TXT2XML on the mainframe, you need to allocate a new dataset with the following characteristics : recfm=fb and lrecl=80,
  2. Unzip the TXT2XML archive and upload in binary mode the TXT2XML.XMIT file to this dataset on your MVS,
  3. In TSO, issue the following command :

    RECEIVE INDATASET(your.TXT2XML.XMIT.dataset)
  4. Hit enter when it prompts you for restoring parameters. This will create a new dataset,
  5. Follow the instructions in the README member of this new dataset. Typically, you will have to exec a Rexx called ''receive'' that will create the TXT2XML EXEC, CNTL and PANEL datasets.


4.2.2 Tests

To run the IVP job, edit the TXT2XML member in the TXT2XML.CNTL dataset and change in the entire member :

and submit the job. The JCL step names ending with KO should end with a RC = 12 and the JCL step names ending with OK should end with a RC = 0 or 4.


4.2.3 Post-installation

If you want, you can copy :


next up previous contents index
Next: 4.3 Under Windows Up: 4. Installation Previous: 4.1 Downloading TXT2XML   Contents   Index
sunuraxi@users.sourceforge.net