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



One can, also, just include all of the compile-time tables in the D-specs, such as:

D MnNames DS
D 27A INZ('January February March ')
D 27A INZ('April May June ')
D 27A INZ('July August September')
D 27A INZ('October November December ')
D Months 9A DIM(12) Overlay(MnNames)

I use three [3] months per DS entry but for readability one could define each element of the DS as 9a and put a separate month on each line (also would mean not having to count the number of spaces). Anyway, you get the idea.

Jerry C. Adams
IBM System i Programmer/Analyst
--
B&W Wholesale
office: 615-995-7024
email: jerry@xxxxxxxxxxxxxxx


-----Original Message-----
From: wdsci-l-bounces@xxxxxxxxxxxx [mailto:wdsci-l-bounces@xxxxxxxxxxxx] On Behalf Of blayman@xxxxxxxxxxxxxxx
Sent: Friday, April 09, 2010 11:29 AM
To: Rational Developer for IBM i / Websphere Development Studio Client for System i & iSeries
Subject: Re: [WDSCI-L] RDi Not recognizing the end of table data

The table itself needs to be at the bottom if the pgm, the ** needs to
start in column 1. It's not like a DS that the fields following the D
spec. Hope this helps.

**CTDATA aRowDesc
Net Premium
Earned Premium
Paid Claims
Earned Commission

Bill Layman
Thos. Somerville Co.





From: DLee@xxxxxxxx
To: <wdsci-l@xxxxxxxxxxxx>
Cc: BBateman@xxxxxxxx
Date: 04/09/2010 12:21 PM
Subject: [WDSCI-L] RDi Not recognizing the end of table data
Sent by: wdsci-l-bounces@xxxxxxxxxxxx



Hi

Could use some help on understanding what's happening;

Below is the code for defining a table and it's related table data:

DaRowDesc 17a DIM(4) PERRCD(01) CTDATA
**CTDATA aRowDesc
Net Premium
Earned Premium
Paid Claims
Earned Commission

After putting this code in all the code below such as calculations were
changed from there respective colors such as Operation codes in (RED)
etc... they were all turned to GREEN like RDI thinks it is part of the
Table Data.

Appreciate any help you can provide

Darrell

Regards,



SWBC
9311 San Pedro Ave., Suite 600
San Antonio, TX 78216

Visit our website at www.swbc.com

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.