> Gibson Nichols wrote:
>> Can a session pass data to a job that it streams?

There are a whole bunch of ways to do this, even without VESOFT
products.

Inside the program execute these MPE commands

echo !!job Test,mgr.shrge     >  testjob
echo !!input parm             >> testjob
echo parameter                >> testjob
echo !!showvar parameter      >> testjob
echo !!eoj                    >> testjob
stream testjob

This is essentially building the job on the fly, with the
parameters build right into the jobstream.

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *