SL

Lists all programtoprogram (PTOP) slave programs.

SL[,

list lu]

 

list lu

The logical unit number of the local list device. Must be less

 

 

than 64. Default is either the list device specified in the LL

 

 

command or the list LU assigned by REMAT.

SO

Terminates a programtoprogram (PTOP) slave program.

SO[,program name]

program name

The name of the program to be terminated. If no program is

 

specified, all current PTOP slaves are terminated at NODE1.

 

NODE1 is specified in the SW command.

ST

Transfers data from NODE1 and creates a file at NODE2.

ST,namr1,namr2[,format][,mode]

namr1A file descriptor that describes an existing FMGR file, or a logical unit number. Data is transferred from namr1. LU must be less than 64.

namr2

A file descriptor that describes a FMGR file to which data will

 

be transferred. Cannot be an LU number. The following

 

namr2 subparameters have nonstandard default values.

 

type

If zero or not specified, defaults to the type of

 

 

namr if namr1 is a file. If namr1 is not a

 

 

file, default is type 3.

 

size

If given, must be positive; default is 10 blocks

 

 

if namr1 is an LU, or is equal to the size of

 

 

namr1 when namr1 is a file.

format

The format of the data being transferred. Default is derived

 

from namr1 if namr1 is a file, otherwise default is ASCII. The

 

choices are:

 

 

AS

ASCII

 

BR

Binary relocatable; checksum is performed

 

BN

Binary; no checksum is performed

 

BA

Binary absolute; checksum is performed

mode

Transfer mode. May be entered when both namr1 and namr2

 

are files. A nonzero value causes both files to be opened as

 

type 1 to increase the rate of data transfer. Extents are copied

 

if both source and destination nodes support extendable type 1

 

or 2 files.

 

You cannot use nonzero transfer mode for storing hierarchical file system files with odd byte length records to nodes with nonhierarchical file systems.

REMAT 87