× 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 all,

I'm running version 9.6.03 of RDi.

I notice that for my service program subprocedures which return a variable
which is defined with a LIKEDS - *the name of the subprocedure is not shown
in the outline view*, it just shows the name as *N

Eg the prototype copy member member looks like this:

Dcl-Pr EM204S_LoadSubfilePage_EmailFileDetail LikeDS( EmailFlDt ) Dim( 99 )
ExtProc( *DclCase );

and the return variable is based on:

Dcl-DS EmailFlDt Qualified Template;
DB2File Char( 10 );
IfsName Char( 50 );
BuildPgm Char( 10 );
ColHeading Char( 8 );
UniqueID Int( 10 );
End-Ds;

The outline view would look something like this:

Subprocedures
*N: DIM(99) LIKEDS(EmailFlDt) EXPORT
*N: DIM(99) LIKEDS(RcpTypeDS) EXPORT
EM204S_Cleanup: EXPORT
EM204S_ValidSubfileControl_EmailFileDetail: EXPORT

etc...

Where the first listed Subprocedure with a name of *N is actually the link
to EM204S_LoadSubfilePage_EmailFileDetail.

Is this a known bug?
Can anyone else confirm ( or deny ) this behaviour?

thanks and regards,
Craig

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

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.