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



Hi Tim,

I hope I got everything right.

Am 07.09.2023 um 19:31 schrieb tim ken <timk2574@xxxxxxxxx>:

Thanks, after careful observation i found i's coming on below statement:-
fld1 = 'Sum: ' + %trim(%editw(fld3:' 0 '))

whereas fld3 is defined in the program like this :-
d fld3 s 5s 0

So far, everything looks fine with fld3 - ok the edit word seems to be longer than the variable, but that shouldn't be a problem.

I want this fld1 of the display file to be numeric of length 10 but not sure which data type i should select out of the available options in it's DDS so that this error could be resolved or this fld3 should be defined
differently here ?

The definition in the DDS seems to be numeric - but you cannot assign a value like

'Sum: ' + %trim(...


to a numeric display file field. That value is a string - you can't assign it to a numeric field.

The correct data type in DDS would be "10Y 0" - data type Y would enable you to use EDTCDE or EDTWRD key words with that field. You could also use "10S 0", but that does not support the editing keywords.

HTH
Daniel

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.