×
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.
Hi Rob,
You could change st_objtype to 10A, and increase the subsequent reserved
field by 1 position to eliminate the null, if you like.
Personally, I don't typically use the objtype field, as I'm used to
dealing with this stuff on Unix boxes, and the objtype field is a
feature that only exists on IBM i.
I would be careful, though... I know there are things like *DDIR and
*DSTMF that are very similar to dir/stmf, and you may want to handle
those in your program as well. I wonder what the value of checking the
object type is?
On 11/21/2012 9:44 AM, rob@xxxxxxxxx wrote:
filestats.st_objtype is defined as 11 characters long. Seems a little
wonky to me. I would think 10 would suffice. %trim trims only blanks,
not nulls. The 11th position is a null. Confirmed that with
wSt_objtype=%trim(filestats.st_objtype);
IFSIO_H
D statds DS qualified
D BASED(Template)
...
D st_objtype 11A
Rob Berendt
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.