MPE/iX - CI Programming for Stability

July 18, 2008 HP World '01 92
ANYPARM info=![""] # anyrun script
run volutil.pub.sys; info=:!info"
:anyrun echo "Hi there!
run volutil.pub.sys;info=
:echo "Hi there!""
^
Expected semicolon or carriage return. (CIERR 687)
ANYPARM info=![""]
setvar _inf repl('!info', '"', '""') # double up quotes in :RUN
run volutil.pub.sys;info=:!_inf "
:anyrun echo "Hi there!
Volume Utility A.02.00, (C) Hewlett-Packard Co.,
1987. All Rights...
volutil: :echo "Hi there!
"Hi there!
is this correct now?
INFO= example