RPMCREATE

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. Refer to the RTE manual for

 

usage. NOTE: Any string that is retrieved

 

with GETST must be structured so that two

 

leading commas exist in the string. GETST

 

discards the information preceding the two

 

commas and returns the string following

 

them.

bufln

The length of bufr. If a positive integer,

 

bufln indicates the number of words. If a

 

negative integer, bufln indicates the

 

number of bytes in bufr. If a positive

 

integer, bufln indicates the number of

 

words in bufr. If the bufr parameter is

 

specified, the last two bytes of data are

 

bufln.

716 Remote Process Management