|
I have this -
d callNotesMaint pr extpgm('ORD140')
d Type 1
d Cust 6 0
d Line 4 0
d Doc 15
d uniq ds qualified
d Type 1
d Cust 6 0
d Line 4 0
d Doc 15
dzzzType s 1
dzzzCust s 6 0
dzzzLine s 4 0
dzzzDoc s 15
When I compile with zzz prefixed fields for pgm call the compile
works but when I compile with uniq. qualified DS fields for pgm call
the compile fails?
Works -
callNotesMaint(zzzType:zzzCust:zzzLine:zzzDoc);
Fails -
callNotesMaint(uniq.Type:uniq.Cust:uniq.Line:uniq.Doc);
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.