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



Brian last question about this from me. What should the Object Type and
Attribute be for the pseudo source? I selected *PGM and CLLE. Put into
Source File QCLSRC.

This is all I need in the source?

ADDBNDDIRE BNDDIR(&LIB/MYBIND) OBJ((SRVPGM *SRVPGM))

Nothing else?



On Fri, Feb 24, 2012 at 1:06 PM, Michael Schutte <mschutte369@xxxxxxxxx>wrote:

Thanks Brian, It's Release 7.5E.



On Fri, Feb 24, 2012 at 11:37 AM, Brian Johnson <
brian.johnson.mn@xxxxxxxxx> wrote:

On Fri, Feb 24, 2012 at 10:06 AM, Michael Schutte <mschutte369@xxxxxxxxx>
wrote:

How do you create a new binding directory through Aldon? Currently, I
manually created the binding directory in my development library. Added
the Binding Directory to the Task for Promotion. I was able to promote
it.



I'm assuming you are using Aldon Lifecycle Manager for System i. What
release (shown at the top of the main menu) are you running?

You want to take the 'pseudo source' choice for 'source option' when
adding the object. Pseudo source is the command(s) that create the
object. Here's an example to create a binding directory:

CRTBNDDIR BNDDIR(&LIB/MYBNDDIR)
ADDBNDDIRE BNDDIR(&LIB/MYBNDDIR) OBJ(( MOD1 *MODULE ))
ADDBNDDIRE BNDDIR(&LIB/MYBNDDIR) OBJ(( SRV1 *SRVPGM ))

Put these commands in the source member for the objects. LMi runs the
commands (they are not compiled) to create the object.

Note the pseudo-variable '&LIB'. This string (must be upper case) is
replace by LMi with the appropriate library name before running the
command.



--
Brian Johnson
brian.johnson.mn@xxxxxxxxx
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.