×
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.
Here. My file is defined with DDL, VOTE is an INT.
Here's the source:
H EXTBININT(*YES)
FVOTES if e disk rename(votes:rvotes)
dmyds ds qualified
d vote like(vote)
/free
read votes;
*inlr = *on;
/end-free
The listing shows that VOTE is a field of type I:
I A 1 8 SESSIONID
I A 9 72 USERID
I I 73 76 0VOTE
But the field cross-reference gives me a packed field:
*INLR N(1) 13M
MYDS DS(6) 4D
VOTE P(10,0) 5D
SESSIONID A(8) 9D
USERID A(64) 10D
VOTE P(10,0) 5 11D
It caught me with a decimal data error.
Joe
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.