In <[email protected]>, on 03/26/2014
   at 02:09 PM, Scott Ford <[email protected]> said:

>"Alloc fi(myddnam) da('"my.pds.name(member)"') shr"

>I get an error routine not found 

That a sjorthand equivalent to

"Alloc fi(myddnam) da('" || my.pds.name(member) || "') shr"

The expression in the middle is a function call. You almost certainly
wanted one long constant, in which case you need to put everything
inside of the quotes. When you get that sort of error message against
what you thought was a constant, carefully check whether your opening
and closing quotes are correctly paired.
 
-- 
     Shmuel (Seymour J.) Metz, SysProg and JOAT
     ISO position; see <http://patriot.net/~shmuel/resume/brief.html> 
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to