MPE/iX - CI Programming for Stability

July 18, 2008 HP World '01 105
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