MPE CI Programming for 7.5

July 22, 2008
Page 79
hp e3000
strategy
stream UDC - overview
STREAM
ANYPARM streamparms = ![“”]
OPTION nohelp, recursion
. . .
if main entry point then
# initialize
- if jobq= not specified then read job file for job card
- if still no jobq=then read config file matching [jobname,]user.acct
- stream job in HPSYSJQ (default) or derived job queue
- clean up
else
# alternate entries
separate entry name from remaining arguments
. . .
if entry is read_jobcard then read job file looking for :JOB, concatenate
continuation lines (&) and remove user.acct passwords
. . .
elseif entry is read_config then
read config file, match on [jobname,]user.acct
. . .
endif