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



Hoss,

For the field that had that error message:

-- SQL150D   10 TIMFMT in column DTIMEISS ignored.

change the DDS for the Logical file for that field to look like this:

     A            DTIMEISS                  TIMFMT(*HMS)

That should ensure that the record format level ID of this LF will match the original.

HTH,

Mark S. Waterbury

> On 7/12/2018 11:23 AM, Bruce Collins wrote:
Original File Record Info:
Record Format Level
Format Fields Length Identifier
PFDLYT 191 1791 2988BCEAE18FD

Recreated File from Original DDS Record Info:
Record Format Level
Format Fields Length Identifier
PFDLYT 191 1791 2988BCEAE18FD

Newly created file from generated SQL script from original table.
Record Format Level
Format Fields Length Identifier
PFDLYT 191 1791 298742B2218FD

When generating the SQL script using I Access Client Solutions I got this
message in the body of the DDL.

-- SQL150D 10 TIMFMT in column DTIMEISS ignored.

In the original DDS specs the field had TIMFMT(*HMS)

DTIMEISS TIME 8 8 1293 Both DTIMEISS
Field text . . . . . . . . . . . . . . . : TIME ISSUED
Time Format . . . . . . . . . . . . . . . : *HMS
Time Separator . . . . . . . . . . . . . : ':'
Coded Character Set Identifier . . . . . : 37

But the newly created table from the DDL shows:
DTIMEISS TIME 8 8 1293 Both DTIMEISS
Field text . . . . . . . . . . . . . . . : TIME ISSUED
Time Format . . . . . . . . . . . . . . . : *ISO
Default value . . . . . . . . . . . . . . :
CURRENT_TIME
Coded Character Set Identifier . . . . . : 37

Thanks

Hoss


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.