RPMCREATE

RPMCreate Option 23020OAssign Partition

RTEA System Equivalent: AS command (documented in the RTEA User's Manual).

AddOpt Parameters

optioncode

16-bit integer, by value in Pascal, by

 

reference in FORTRAN. 23020 to indicate the •Assign

 

Partition" option.

 

 

 

datalength

16-bit integer, by value in Pascal, by

 

reference in FORTRAN. The length in bytes of data

 

which is to be included in the opt array. Must be only one of

 

the following values: 2 or 3. No other values are allowed.

 

D If the length is 2, the 16bit partition number is specified.

 

The default is to assign the data section of the program to

 

the reserved partition.

 

 

D If the length is 3, the 16bit partition number should be

 

followed by a C for code section or D for data section.

data

Array, by reference. A threebyte array. The first two

 

bytes are a 16bit integer specifying the reserved partition

 

number in which the child program is to run.

 

The third byte is the character C or D to indicate either the code

 

(C) or data (D) section. The code or data section of the

 

program is assigned to the reserved partition. This argument

 

applies only to CDS child programs. This argument can be in

 

either upper or lower case.

 

 

0

1

2

 

bytes

 

 

 

 

 

 

partition

C or

 

 

 

number

 

D

 

 

 

 

 

 

 

 

RPMCreate Option 23030OChange Program Priority

RTEA System equivalent: PR command (documented in the RTEA User's Manual).

AddOpt Parameters

optioncode

16-bit integer, by value in Pascal, by

 

reference in FORTRAN. 23030 to indicate the •Change

 

Program Priority" option.

datalength

16-bit integer, by value in Pascal, by

 

reference in FORTRAN. The length in bytes of data

 

which is to be included in the opt array. Must be a 2. No other

 

values are allowed.

 

data

16-bit integer, by reference. An integer from 1 to

 

32767 specifying the child program priority.

 

0

1

bytes

 

priority

 

 

 

 

 

 

Remote Process Management 711