<JCW>
Syntax
<JCW {jcwname} >
where:
jcwname unquoted string
Description
<JCW> returns the current value of the Job Control Word named in jcwname.
If the given jcwname is currently undefined a 0 is returned.
Example
&FORWARD 2 <EQUAL <JCW x> 2>
This jumps forward two lines if the value of the JCW x is two.