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



It doesn't like your PR is the problem.  In WDSC I get
     DSITEM_isItemFinishedGood... 
     D                 PR             1A    
     D                                3  0 Const 
     D                               12    Const 
     D                                     LikeDs(@DS_ErrMsg)
RNF3378E LIKEDS keyword is not allowed when a length has been specified 
for the item being defined. 

However, if I change it to:
     DSITEM_isItemFinishedGood... 
     D                 PR             1A    
     D a                              3  0 Const 
     D b                             12    Const 
     D c                                   LikeDs(@DS_ErrMsg)
I don't get the issue anymore.

And a personal pet peeve.  Why not put a letter next to the 3 and the 12 
instead of assuming default?  Why make the next guy who has to maintain 
your code slow down to think what the default is?

Rob Berendt

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.