Trying to run a simple REXX sample program that is in the 12.2 REXX manual.
/* REXX */
'PIPE VTAM D NET,EXIT ',
' | CORRWAIT 10',
' | SEP ',
' | LOC /IST1251I/',
' | STEM ACTX.'
EXIT
This is what I
get:
RXEM0101 Invalid command: PIPE, from REXX2(004111)
*-* 2:'PIPE VTAM D NET,EXIT ',
+++ RC(-3)
NR3001 REXX PROCEDURE REXX2 COMPLETED. PID: 4111 RC: -
All supported releases of SOLVE / Netmaster
The proc can be submitted one of two ways.
1. From CMD issue
nv procname
instead of just
procname
If background user is required, it can be submitted using
sub bsys nv procname
2. From OCS issue
NCCF
to access the NCCF Emulation Facility, then
procname
to run the proc.
For more information, please review the Netmaster REXX manual for 12.2