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



On 2014-03-11 17:32, Anderson, Kurt wrote:
Hi Glenn,

Only way to get the long names to work (from my test) was to give those long names a definition. I also tried freeform (I know you're on v6.1, but I wasn't sure if you could PTF the freeform back or not), but I'm definitely no pro in fully freeform RPG code yet. I was having issues getting the overChargesLevel1 & 2 lines to autodefine.

Since I don't have the files the fields are based on, I just gave them an arbitrary definition.
dcl-ds overChargesMultiMeter;
overChargesLevel1;
y1vrp1 Length(5) Overlay(overchargesLevel1);
y2vrp1 Length(5) Overlay(overchargesLevel1: *next);

Hi Kurt, you don't have to specify data-type information for free-form subfields if the subfield's definition comes from a file.

dcl-ds overChargesMultiMeter;
overChargesLevel1;
y1vrp1 Overlay(overchargesLevel1);
y2vrp1 Overlay(overchargesLevel1: *next);
...

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.