BRWSTREAM [ HP ALLBASE/BRW Reference Manual ] MPE/iX 5.0 Documentation
HP ALLBASE/BRW Reference Manual
BRWSTREAM
Use this intrinsic to stream a batch report job. The intrinsic will pass
a value for each parameter in BRW_PARAMETERS to the appropriate parameter
name in the job. If the job is streamed successfully, the job number is
returned in error_parm. If not, the appropriate error number is returned
(see Error Handling).
Call BRWSTREAM like this:
BRWSTREAM (brw_comarea, brw_parameters)
where the call arguments have the same characteristics as in the
intrinsic BRWOPEN.
BRW_PARAMETERS contains the parameters to be passed to the job template
body when the batch job is created. The BRW_PARAMETERS array is read for
each parameter that must be passed to the job template body. An error is
returned if a needed parameter is not found in this array.
NOTE The item actual_num_parms must be set to the actual number of
parameters contained in the parameter array. This will be
automatically set in your call previous to BRWSTREAM was
BRWINFO, with the same BRW_COMAREA. Otherwise you must set the
actual_num_parms yourself.
MPE/iX 5.0 Documentation