× 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.



Doesn't that need to be ... VarChar(256) For Bit Data ... ? I don't remember for sure... I didn't think binary(256) was right...

WAG,
-Eric DeLong

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Lim Hock-Chai
Sent: Thursday, November 29, 2012 1:14 PM
To: 'midrange-l@xxxxxxxxxxxx'
Subject: Re: calling sql procedure from interactive SQL session

Below is the error that I'm getting when run it thru RUNSQLSTM:
5770SS1 V7R1M0 100423 Run SQL Statements SVLRSPTST
Record *...+... 1 ...+... 2 ...+... 3 ...+... 4 ...+... 5 ...+... 6 ...+... 7 ...+... 8
1
2 create or replace variable palhc.piUserId Varchar(256) default 'PALHC';
3 create or replace variable palhc.piResEml char(100)
4 default 'lim.hock-chai@xxxxxxxxxxxxxxx';
5 create or replace variable palhc.piErrFlag char(1) default ' ';
6 create or replace variable palhc.piErrID char(7) default ' ';
7 create or replace variable palhc.piErrMsg char(255) default ' ';
8 create or replace variable palhc.piRequestID Varchar(256) default ' ';
9 create or replace variable palhc.piChgPwdAlso Char(1) default 'Y';
10 create or replace variable palhc.pinewEncPwd Binary(256) default 'TEST124 ';
11 create or replace variable palhc.pinewEncPwdLn int default 0;
12 create or replace variable palhc.pinewEncPwdVc Binary(16);
13 create or replace variable palhc.pinewASCEBC Char(1) default 'E';
14 create or replace variable palhc.piForcePwd char(1) default 'N';
15

MSG ID SEV RECORD TEXT
SQL79A0 0 2 Position 1 Variable PIUSERID was created in PALHC.
SQL79A0 0 3 Position 1 Variable PIRESEML was created in PALHC.
SQL79A0 0 5 Position 1 Variable PIERRFLAG was created in PALHC.
SQL79A0 0 6 Position 1 Variable PIERRID was created in PALHC.
SQL79A0 0 7 Position 1 Variable PIERRMSG was created in PALHC.
SQL79A0 0 8 Position 1 Variable PIREQUESTID was created in PALHC.
SQL79A0 0 9 Position 1 Variable PICHGPWDALSO was created in PALHC.
SQL0303 30 10 Position 1 Variable PINEWENCPWD not compatible or value
too long.



"CRPence" <CRPbottle@xxxxxxxxx> wrote in message news:<mailman.1871.1354209312.10847.midrange-l@xxxxxxxxxxxx>...
On 29 Nov 2012 09:47, Lim Hock-Chai wrote:
Did encounter a strange behavior:

The statement below works fine in STRSQL. But if I put that
statement in a Source file and run it with RUNSQLSTM, it failed.
Weird. But no big deal. <<SNIP>>

create or replace variable pa1234.pinewEncPwd Binary(256) default 'TEST124 '

Simply stating that the request "failed" is not very descriptive :-(
If there is a reason to expect that the function is supported, e.g.
the /failure/ was *not* SQL0084 [although the documentation gives no
indication that would be the case], then probably that is an indication
that the /strange behavior/ should be reported as a probable defect.?
Hopefully whatever the failure was, was not merely due to a missing
semicolon, as required by the script processor [at least for lack of an
EOF in its place].

IBM i 7.1 Information Center -> Database -> Reference -> SQL reference
-> Statements
_i CREATE VARIABLE i_
http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/topic/db2/rbafzcvariable.htm
"The CREATE VARIABLE statement defines a global variable at the
application server.

_Invocation_

This statement can be embedded in an application program or issued
interactively. It is an executable statement that can be dynamically
prepared.
...
"

--
Regards, Chuck

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.