Tachyon Re-Xmit - Command Line Interface Examples

In each example below, Tachyon Re-Xmit is used to create a TRANSMIT file and then Tachyon Un-Xmit is used to display the contents of the new TRANSMIT file.

Transmit a sequential file (no prompting)

>trex -dsn user.my.adata -out adata.xmi -in adata.vb -recfm vb -lrecl 8184 -blksize 32000 -filedata record -origin nodename.user -target node.me -msg adata.txt
TSO TRANSMIT file "adata.xmi" successfully created with 297 records from data set USER.MY.ADATA, file "adata.vb"

>tux -s adata.xmi
File:      adata.xmi
From Node: NODENAME
From User: USER
Exported:  2001-03-19 at 17:33:56
Transmitted data sets: 2

Data Set:  1
Type:      Messages
RECFM:     VB
LRECL:     251
BLKSIZE:   3120

Data Set:  2
Type:      Sequential
DSN:       USER.MY.ADATA
RECFM:     VB
LRECL:     8184
BLKSIZE:   32000

Transmit a PDS created from 3 text files

>trex -dsn my.text.files -in "&m.txt" -m tuuivp tuutest1 tuutest2 text.xmi
Source FILEDATA (text,record,binder) [text]:
Directory blocks? (1-32767) [1]:
Target device type (3330,3340,3350,3375,3380,3390) [3390]:
Space allocation (cyl,trk) [trk,+0,1]: cyl
Primary cylinders (+0 or [+]1-[+]1112) [+0]: +1
Secondary cylinders (0-1110) [1]:
Tab settings? (0,4,8) [0]: 8
Record format? [FB]:
Logical record length (1-32760) [80]:
Block size? (80-32720) [27920]: 3120
Origin node.user? [TACHYON.USER]:
Target node.user? [TACHYON.USER]:
TSO TRANSMIT file "text.xmi" successfully created from 3 members of data set MY.TEXT.FILES, path "&m.txt"

>tux -l text.xmi
File:      text.xmi
From Node: TACHYON
From User: USER
Exported:  2001-03-19 at 18:09:24
Type:      PDS
DSN:       MY.TEXT.FILES
RECFM:     FB
LRECL:     80
BLKSIZE:   3120

Member    Alias of  Ver.Mod  -Created--  --Last Changed--  User
TUUIVP
TUUTEST1
TUUTEST2
3 members

Transmit a load library created from a load module

>trex -dsn user.my.loadlib -out load.xmi -in "&m.pgm" -msg msg.txt
Source FILEDATA (text,record,binder) [text]: binder
Directory blocks? (1-32767) [1]:
Target device type (3330,3340,3350,3375,3380,3390) [3390]:
Space allocation (cyl,trk) [trk,+0,1]:
Block size? (251-32760) [27998]: 23200
Origin node.user? [TACHYON.USER]: nodename.user
Target node.user? [NODENAME.USER]: node.me
TSO TRANSMIT file "load.xmi" successfully created from 1 member of data set USER.MY.LOADLIB, path "&m.pgm"

>tux load.xmi

What do you want to do with load.xmi?
Valid answers are: s[ummary], l[ist], e[xtract] and q[uit]: s
File:      load.xmi
From Node: NODENAME
From User: USER
Exported:  2001-03-19 at 18:24:40
Transmitted data sets: 2

Data Set:  1
Type:      Messages
RECFM:     VB
LRECL:     251
BLKSIZE:   3120

Data Set:  2
Type:      PDS
DSN:       USER.MY.LOADLIB
RECFM:     U
LRECL:     0
BLKSIZE:   23200

What do you want to do with load.xmi?
Valid answers are: s[ummary], l[ist], e[xtract] and q[uit]: l
Transmitted data set number? [1]: 2
File:      load.xmi
From Node: NODENAME
From User: USER
Exported:  2001-03-19 at 18:24:40

Data Set:  2
Type:      PDS
DSN:       USER.MY.LOADLIB
RECFM:     U
LRECL:     0
BLKSIZE:   23200

Member    Alias of  Size    Entry   AMODE  RMODE  AC  ------Attributes-------
X390IVP             0000A8  000000   24     24    00           TS
1 member

What do you want to do with load.xmi?
Valid answers are: s[ummary], l[ist], e[xtract] and q[uit]: q


Frames No Frames Previous Next Contents
Introduction Setup Link Edit Un-Xmit Re-Xmit Update Utility Translation
© Copyright 1999-2001, Tachyon Software® LLC.
Last modified on March 20, 2001