× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



That makes sense

Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Robert Rogerson
Sent: Monday, May 08, 2017 3:51 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Subject: Re: Something in SQl that I assumed woulld work

My understanding is that by default in sql parameters are VARCHAR and must be explicitly cast to CHAR.

Rob


On 5/8/2017 3:41 PM, Alan Shore wrote:
It looks like it had to be - but surely '0049' is already cast as CHAR
4

Obviously not, but looking at what I had wrote (written?) it WAS char
4

Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill


-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
Robert Rogerson
Sent: Monday, May 08, 2017 3:37 PM
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>
Subject: Re: Something in SQl that I assumed woulld work

Hi Alan,

Could the problem be that when you try to call the procedure with '0049'
the type must be CAST?

Rob


On 5/8/2017 3:14 PM, Alan Shore wrote:
Hi everyone
Before I forget, we are on V7r1

Let me lay the groundwork first
We have a procedure in a service program that if you input the suffix
and product number, the available quantity is returned
From that procedure. I created an SQL function on this procedure


I have no problems running the following sql script

Select Isuffx, skuno, idescr, itemavail(isuffx, skuno) as Available_qty from prodfa.itmmstp where isuffx = '0034'

Where isuffx is the suffix, skuno is the product number, itemavail is
the sql function and prodfa.itmmstp is the item master

We have a separate suffix (0049) that is used as a reserve - so I was
wanting to display that available quantity at the same time So I
tried Select Isuffx, skuno, idescr, itemavail(isuffx, skuno) as
Available_qty, itemavail('0049', skuno) as Avail_qty0049 from prodfa.itmmstp where isuffx = '0034'
and within STRSQL I get the message
ITEMAVAIL in *libl type *N not found
With the cursor on the sql function with 0049 specified

I was just wondering if this is the way the script SHOULD be giving this response?

I realize that I can create a CTE with a join - but was just
wondering

Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: http://amzn.to/2dEadiD


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate link: http://amzn.to/2dEadiD


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.