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



There are actually at least two ways to do it.

Dcl-ds newLineNumDS;
newLineNumTmp zoned(4) Pos(1);
newLineNumLin zoned(10) Pos(1);
End-ds;

Although I would probably code it this way because I don't like using absolute positions unless I have to.

Dcl-ds newLineNumDS;
newLineNumLin zoned(10);
newLineNumTmp zoned(4) Overlay(newLineNumLin);
End-ds;

Not quite sure why you are doing this though unless you want to put in a 10 digit field and take out the first four digits. It won't work the other way round 'cos the zone of the 4 digit number will mess-up the 10 digit one.


Jon Paris

www.partner400.com
www.SystemiDeveloper.com

On Mar 12, 2019, at 9:12 AM, Alan Shore via MIDRANGE-L <midrange-l@xxxxxxxxxxxxxxxxxx> wrote:

Hi everyone
Before I forget - we are on V7r3

I am drawing a blank on converting this code to free form

D newLineNumDS DS 10
D newLineNumTmp 4s 0 Overlay(newLineNumDS)
D newLineNumLin 10s 0 Overlay(newLineNumDS)

Any help would be GRATEFULLY accepted


Alan Shore
E-mail : ASHORE@xxxxxxxx
Phone [O] : (631) 200-5019
Phone [C] : (631) 880-8640
'If you're going through hell, keep going.'
Winston Churchill

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives
at https://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related questions.

Help support midrange.com by shopping at amazon.com with our affiliate link: https://amazon.midrange.com


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.