|
That was it. I assumed the the LIKE keyword would define a similar array. Thanks Denis Robitaille Directeur services technique TI 819 363 5187 SUPPORT Jour (EST) Daytime : 819-363-5087 En-dehors des heures (EST) After hour : 819-363-5095 Network Status : 819-363-5096 >>> bmorris@xxxxxxxxxx 08/18/03 05:49pm >>> Denis Robitaille wrote: > > I am in the process of converting my template programs to free form RPG and I > am faced with a problem that I cant explain. CALLP does not want to compile > with an array as a parameter. > > Here is the strip down code: > > d option s 1a dim(99) > d sax0005r pr extpgm('SAX0005R') > d p1 like(option) > Denis, defining something LIKE an array doesn't make the new definition an array. Try this: d option s 1a dim(99) d sax0005r pr extpgm('SAX0005R') d p1 like(option) d dim(%elem(option)) _______________________________________________ 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.