|
Doug, As others have stated without specifically saying it... object name in OS/400 are normally upper case (unless you're one of those wierdo's who uses the "MyPgm.Name" style of names). RPG folds all unquoted text in the RPG IV source member to UPPPERCASE automatically. What it does NOT do is fold quoted text to uppercase. Therefore, the call to 'jdeal' is not the same as a call to 'JDEAL'. I see this all the time on the Binding Directory keyword in the header spec. bnddir('qc2le') is not the same as bnddir('QC2LE') -Bob Cozzi -----Original Message----- From: rpg400-l-bounces+cozzi=rpgiv.com@xxxxxxxxxxxx [mailto:rpg400-l-bounces+cozzi=rpgiv.com@xxxxxxxxxxxx] On Behalf Of Douglas W. Palme Sent: Wednesday, November 24, 2004 1:40 PM To: RPG programming on the AS400 / iSeries Subject: weird error I have program A which makes a call to program B with a PARM as with the following: C CALL 'jdeal' PARM SSN When I step through it in debug mode I am getting the following: Cannot resolve to object jdeal. Type and Subtype X'0201' Authority X'0000'. + For the life of me I cannot seem to figure out what the heck is going wrong with this. jdeal runs just fine on its own with no errors or problems and it compiled just fine... Suggestions or ideas? -- 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 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.