SeeView Manual
SeeView Statements and Script Symbols
HP NonStop SeeView Manual—526355-004
9-140
Parentheses ( )
When you specify this option, the WRITEREAD operation is not retried by the
SeeView program if an error occurs, and the file-system error is returned in the
specified error variable.
If you do not specify error-var, the operation is under the control of standard
SeeView I/O recovery.
Considerations
This command is for advanced scripting purposes.
Example
This example shows the WRITEREAD statement.
Parentheses ( )
The left and right parentheses specify operator precedence and also delimit
designational integer assignment expressions.
Considerations
A designational expression permits integer variable assignment within an expression.
Designational expressions are allowed anywhere expressions are permitted.
VAR #s
,#esc := #CHAR(27) { Define an escape %33 character}
,#GetRevision := #esc & "_"
{ PCT read full revision level}
;
WRITEREAD #GetRevision, #s; { #s = #C00T0C00}
( expression::= number )
number operator expression
number operator (expression)
number ::= sign integer
sign integer variable
sign taskid variable
sign string constant
sign string variable
sign string expression
sign ::= null
+ -
operator ::= + - * / MOD AND OR := > < >= <= = <> >> <<
NOT