Here is a code snippet from a Vendor supplied exec that is suppose to work in MVS Batch.
' PIPE (stagesep
' ,
' < ddname=IN ; ',
' stem memin. ; ' ,
' hole '
I'm following instructions as supplied and get following error msg.
IKJ56500I COMMAND PIPE NOT FOUND
5 *-* 'pipe (stagesep
' ,' < ddname=IN ; ',' stem memin. ; ' ,' hole
+++ RC(-3) +++
Any ideas? I know this type of thing WILL WORK on VM/CMS I tested it already
Thanks
' PIPE (stagesep
' < ddname=IN ; ',
' stem memin. ; ' ,
' hole '
I'm following instructions as supplied and get following error msg.
IKJ56500I COMMAND PIPE NOT FOUND
5 *-* 'pipe (stagesep
+++ RC(-3) +++
Any ideas? I know this type of thing WILL WORK on VM/CMS I tested it already
Thanks