MPE/iX - CI Programming for Stability

July 18, 2008 HP World '01 93
ANYPARM info=![""]
setvar _inf anyparm(!info) # note info parm is not quoted
setvar _inf repl(_inf, '"', '""')
run volutil.pub.sys;info=:_!inf
:anyrun echo "Hi there, buddy’!”
Volume Utility A.02.00, (C) Hewlett-Packard Co.,
1987. All Rights...
volutil: :echo "Hi there, buddy’!”
"Hi there, buddy’!
INFO= example (cont)