MPE CI Programming for 7.0
July 22, 2008
Page 32
hp e3000
strategy
• 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)