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

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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

This mailing list archive is Copyright 1997-2025 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.