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



Bob -

I'm grateful for your example code, but you don't have to be condescending.

Best regards,
Steve

----- Original Message ----- From: "Bob Cozzi" <bob@xxxxxxxxxxxx>
To: "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
Sent: Friday, May 11, 2007 2:18 PM
Subject: RE: Problem occurs when binding program that uses Qc3EncryptData


I believe I sent 3 emails. Including one with my own prototype header line.
I also signed onto to my box and compiled the example code--It compiled and
bound just fine. However, I'm running on V5R4 but compiling to V5R2 (doesn't
matter though).
I provided the code you're using, right? And what did that cost you?
I spent a few moments verifying that I didn't make a mistake as indicated above,
but it is probably something with your own source code or your binding directory
or a typo in the code (yours or mine).

I thought that since you asked for help, that "correcting you" is what you
wanted. If you don't want clarification on some things and only on specific
things, then make sure you point that out next time.

Have a good time with the code. Hope your company isn't paying you too much to
ask other people for their free advice--wouldn't want to upset them while I'm
working for you for free.


-Bob Cozzi
www.i5PodCast.com
Ask your manager to watch i5 TV



-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On
Behalf Of Stephen Landess
Sent: Friday, May 11, 2007 2:07 PM
To: rpg400-l@xxxxxxxxxxxx
Subject: RE: Problem occurs when binding program that uses Qc3EncryptData

Bob wrote:

I know that, Bob. sorry for using the wrong terminology. Shoot me!!

As Barbara indicated, Qc3EncryptData and Qc3DecryptData were made available
on V5R2 via PTF SI10060, which we have, and your example will NOT compile.

Here is the link to the IBM PTF:
http://www-1.ibm.com/support/docview.wss?rs=0&context=SWG60&q1=Hash&q2=SHA-1&q3=
iSeries&uid=nas3d045f6c5527b5f8c86256daa005295b2&loc=en_US&cs=utf-8&cc=us&lang=e
n

Instead of correcting me, do you care to venture why it won't compile
instead of telling why I don't have the feature?

Regards,
Steve


From: "Bob Cozzi" <bob@xxxxxxxxxxxx>
Reply-To: RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx>
To: "'RPG programming on the AS400 / iSeries'" <rpg400-l@xxxxxxxxxxxx>
Subject: RE: Problem occurs when binding program that uses Qc3EncryptData
Date: Fri, 11 May 2007 13:39:07 -0500

Qc3DecryptData isn't a program. It is a subprocedure in the QC3DTADE
service
program.

-Bob Cozzi
www.i5PodCast.com
Ask your manager to watch i5 TV



-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On
Behalf Of Stephen Landess
Sent: Friday, May 11, 2007 11:59 AM
To: rpg400-l@xxxxxxxxxxxx
Subject: Problem occurs when binding program that uses Qc3EncryptData

We are on V5R2.

These programs exist on our system:
Qc3EncryptData (QC3DTAEN) - Encrypt data
Qc3DecryptData (QC3DTADE) - Decrypt data

When compiling/binding Bob Cozzi's RC4 example program
<http://www.mcpressonline.com/mc/1@xxxxxxxxxxxxxxx@.6b37c204!more=1#more>
that uses this encryption API, I get the following error on the compile
listing:

Comments . . . . . . . . . . . : 179
* * * * * E N D O F F I N A L S U M M A R Y * * * * *
B i n d D i a g n o s t i c M e s s a g e s
Errors were found during the binding step. See the job log for more
information.
* * * * * E N D O F B I N D D I A G N O S T I C M E S S A G E
S
* * * * *
Program RC4 in library US0T1106 not created.
* * * * * E N D O F C O M P I L A T I O N * * * * *


>From the job log:

CPD5D02 Diagnostic 30 05/11/07 11:37:15.669528 QBNBIND QSYS
*STMT QBNBIND QSYS

>From module . . . . . . . . : QBNBSYMR
>From procedure . . . . . . : QBNBSYMR__UnresolvedReferenceIterator
Statement . . . . . . . . . : 31
To module . . . . . . . . . : QBNBSYMR
To procedure . . . . . . . : QBNBSYMR__SignalUnresolvedReferences
Statement . . . . . . . . . : 8

Message . . . . : Definition not found for symbol 'Qc3DecryptData'.

Cause . . . . . :
No definition was found for reference Qc3DecryptData in
*MODULE object RC4 in library QTEMP. The definition either does not exist
or
is not of the same data or procedure type as the reference.

Recovery . . . :
Try the Create Program (CRTPGM) command again, supplying an object that
contains a definition for symbol Qc3DecryptData.

_________________________________________________________________
Like the way Microsoft Office Outlook works? Youll love Windows Live
Hotmail.
http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_H
M
_mini_outlook_0507



--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.


_________________________________________________________________
More photos, more messages, more storageget 2GB with Windows Live Hotmail.
http://imagine-windowslive.com/hotmail/?locale=en-us&ocid=TXT_TAGHM_migration_HM
_mini_2G_0507



--
This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list
To post a message email: RPG400-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/rpg400-l.




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.