Page 1 of 1

Error: Routine not found

PostPosted: Mon Nov 21, 2011 7:11 pm
by sikosc
     9 +++ R = REXXSQL("CONNECT" USER "IDENTIFIED BY" PASSWORD "TO" DB) 
Error running REXXPRG2, line 9: Routine not found


i'm trying to run a rexx program and i'm getting the above error

Re: error

PostPosted: Mon Nov 21, 2011 8:00 pm
by prino
And?

It tells you everything you need to know, a routine is not found, so rather than posting here, you should have looked for the name of the routine and have entered it in a rather well known site called Google...

Re: Error: Routine not found

PostPosted: Tue Nov 22, 2011 12:31 pm
by dick scherrer
Hello,

Or simply ask your support people. They will know the most about your system.

Re: Error: Routine not found

PostPosted: Tue Nov 22, 2011 3:35 pm
by Akatsukami
sikosc wrote:
     9 +++ R = REXXSQL("CONNECT" USER "IDENTIFIED BY" PASSWORD "TO" DB) 
Error running REXXPRG2, line 9: Routine not found


i'm trying to run a rexx program and i'm getting the above error

Show your entire exec. Unless it's some locally-written routine, I doubt if the rexxsql is a mainframe function; it sounds OOish to me.

Re: Error: Routine not found

PostPosted: Sat Nov 26, 2011 4:40 pm
by Anuj Dhawan
Or may be REXXSQL in question is a product developed by Software Product Research. But if so, unfortunately the question is very poorly phrased.

Re: Error: Routine not found

PostPosted: Sat Nov 26, 2011 6:30 pm
by Akatsukami

Good catch. I'm so z/OS-oriented these days I forgot that there was such a thing as z/VM (despite the fact that my client has a sysplex running it :oops: ).