1$!
2$!  This is used by JED to execute a command in the shell.  I do
3$!  it this way because not every command takes a /output qualifier
4$!
5$ define/user/nolog sys$error sys$output
6$ define/user/nolog sys$input nl:
7$ 'p1' 'p2' 'p3' 'p4' 'p5' 'p6' 'p7' 'p8' 'p9'
8$ exit
9