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 :
- Before uploading TXT2XML on the mainframe, you need to allocate a
new dataset with the following characteristics : recfm=fb and
lrecl=80,
- Unzip the TXT2XML archive and upload in binary
mode the TXT2XML.XMIT file to this dataset on your MVS,
- In TSO, issue the following command :
-
- RECEIVE INDATASET(your.TXT2XML.XMIT.dataset)
- Hit enter when it prompts you for restoring parameters. This will
create a new dataset,
- 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 :
- USERID to your TSO userid,
- HLQ to the high level qualifier of TXT2XML.
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 :
- the TXT2XML.PANEL(TXT2XML) to your ISPF panel dataset.
- the TXT2XML.EXEC(TXT2XML) to your ISPF EXEC or REXX dataset.
Next: 4.3 Under Windows
Up: 4. Installation
Previous: 4.1 Downloading TXT2XML
Contents
Index
sunuraxi@users.sourceforge.net