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



Thanks Buck and Jon for the clarification, well I always prefer using OCNST and VALUE keyword for my prototypes and that explains why I never stumbled upon this earlier.


Thanks,
Ashwani

-----Original Message-----
From: RPG400-L [mailto:rpg400-l-bounces@xxxxxxxxxxxx] On Behalf Of Jon Paris
Sent: Friday, February 24, 2017 11:33 AM
To: Rpg400 Rpg400-L <rpg400-l@xxxxxxxxxxxx>
Subject: Re: Abnormal Compiler Behavior ?

Alternatively place the definitions ELEVEL and EEXP in a DS in which case the compiler will honour the format on the file and keep the fields as zoned.

Dcl-ds RetiainFormatFor;
ELEVEL;
EEXP;
End-ds;

But as Buck says - it has _always_ worked this way. Absolutely nothing to do with free-format declarations. Code it in pieced form and you'll see the exact same behaviour.


Jon Paris

www.partner400.com
www.SystemiDeveloper.com

On Feb 24, 2017, at 10:21 AM, Singh, Ashwani (Lake Mary) <Ashwani.Singh@xxxxxxxxxx> wrote:

Guys,

I was working on writing few completely free programs and stumbled upon this. Despite my prototype and file fields matching it kept complaining about the parameter mismatch for 2nd and 3rd parm.

Dcl-Pr SalaryCalc Packed(15:2);
Grade Char(1);
Level Zoned(1);
#Exp Zoned(2);
End-Pr;


Dcl-PI *N Packed(15:2);
Grade Char(1);
Level Zoned(1);
#Exp Zoned(2);
End-PI;

Definition in file:

A ELEVEL 1S 0
A EEXP 2S 0


I had to change the Level and #EXP field to packed and it compiled fine.

Am I missing this.

Ashwani
--
This is the RPG programming on the IBM i (AS/400 and 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.

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 RPG programming on the IBM i (AS/400 and 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.

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.