Skip to content

What's the best approach on deployment #1956

Closed Answered by sebjulliand
vaisoliviu asked this question in Q&A
Discussion options

You must be logged in to vote

By default, the actions are defined to compile programs into &CURLIB (the current library, as defined in the User Library List view). Like this:

CRTBNDRPG PGM(&CURLIB/&NAME) SRCSTMF('&RELATIVEPATH') OPTION(*EVENTF) DBGVIEW(*SOURCE) TGTCCSID(*JOB)

That is one way to define where the program is going to be created. But you may want to manage this compilation library differently. You can use custom variables.
You can either define a custom variable using the dedicated action from the palette:

These variables are stored in your user settings and linked to your connection settings, so they are active when connected to the IBM i they've been defined for. Using this, you could define a &BUILDLIB

Replies: 1 comment 15 replies

Comment options

You must be logged in to vote
15 replies
@vaisoliviu
Comment options

@sebjulliand
Comment options

@vaisoliviu
Comment options

@sebjulliand
Comment options

Answer selected by sebjulliand
@vaisoliviu
Comment options

@sebjulliand
Comment options

@vaisoliviu
Comment options

@vaisoliviu
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants