Shmuel Metz (Seymour J.) wrote: >>parm.1="/userhome/sa/myrexx.rx" >>parm.1="myrexx.rx"
>What are you trying to do? Good question. Hmm, I looked again at that posted code and found many such double assignments. In fact, the first parm.1 could be deleted or commented out. But the second one is not looking 'right' for me too. I'm also not comfortable with this snippet: "pipe pfd." pipeout = pfd.2 pipein = pfd.1 "pipe p2fd." pipe2out = p2fd.2 pipe2in = p2fd.1 map.0=-1 map.0=pipe2in What if p2fd.1 is not numeric? Then you cannot use map.0 The OP needs to ask for help + review for his REXX program. Groete / Greetings Elardus Engelbrecht ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
