RPMCREATE

RPMCreate Option 23100OQueue Program Scheduling

RTEA System Equivalent: EXEC 24 call (documented in the RTEA Programmer's Reference Manual).

AddOpt Parameters

optioncode

16-bit integer, by value in Pascal, by

 

reference in FORTRAN. 23100 to indicate the •Queue

 

Program Scheduling" 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 one of the

 

following values: 0, 2, 4, 6, 8, 10, 13, or greater than 13 bytes.

 

Any parameter that is not specified defaults to zero. The exact

 

length depends on the parameters specified:

 

 

 

D If the length is 0, all parameters are omitted and take their

 

default value to be zero.

 

 

 

 

D If the length is 2, only pr1 is specified.

 

 

 

D If the length is 4, pr1 and pr2 are specified.

 

D If the length is 6, pr1, pr2, and pr3 are specified.

 

D If the length is 8, pr1, pr2, pr3, and pr4 are specified.

 

D If the length is 10, pr1, pr2, pr3, pr4, and pr5 are

 

specified.

 

 

 

 

D If the length is 13 or more, all seven parameters are

 

specified.

 

 

 

data

Array, by reference. A variable length array with the

 

following contents:

 

 

 

 

0 1 2 3 4 5 6 7 8 9 10 11 ... n n + 1 bytes

 

 

 

 

 

 

 

 

 

 

pr1

pr2

pr3

pr4

pr5

bufr

bufln

 

 

 

 

 

 

 

 

 

 

pr1, pr2, pr3, Five optional integer parameters to be passed

pr4, pr5 to the child program. If any of the parameters pr1, pr2, pr3, pr4, or pr5 are omitted, the remaining parameters all default to 0.

bufr

A variable length buffer containing data to be

 

sent to the child program. The child program

 

can recover the buffer by using the RTE

 

GETST subroutine or the RTE string passage

 

EXEC 14 call.

Remote Process Management 717