|
Hi Charles,
Late reply I know, but I appreciate your feedback. I like your idea about
doing the subfield thing. Especially since the section of code I presented
is repeated 3 times. I like that it looks a bit cleaner as well:
D dsT_Geo DS Qualified Template
D State 2s 0
D County 3s 0
D City 4s 0
D Sub 3s 0
D dsT_Ani DS Qualified Template
D Npa 3s 0
D Nxx 3s 0
D Filler 6a
D dsT_Zip DS Qualified Template
D Zip4 9a
D Filler 3a
D ds_example DS Qualified
D Orig 12a
D ds_OrigGeo Overlay( Orig: 1 ) LikeDS(
dsT_Geo )
D ds_OrigAni Overlay( Orig: 1 ) LikeDS(
dsT_Ani )
D ds_OrigZip Overlay( Orig: 1 ) LikeDS(
dsT_Zip )
D Term 12a
D ds_TermGeo Overlay( Term: 1 ) LikeDS(
dsT_Geo )
D ds_TermAni Overlay( Term: 1 ) LikeDS(
dsT_Ani )
D ds_TermZip Overlay( Term: 1 ) LikeDS(
dsT_Zip )
Thanks!
Kurt
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.