ILE C/C++ Compiler Reference


ixlclink Command Options

Most CRTPGM and CRTSRVPGM command options have ixlclink counterparts, as listed in the table below:


CRTPGM and CRTSRVPGM Command Options Option Settings ixlclink Equivalents
(none) (none) -?
Displays help for the ixlclink command.
PGM [*CURLIB/ | libraryname/]name -qpgm=[*CURLIB/ | libraryname/]name
SRVPGM [*CURLIB/ | libraryname/]name -qsrvpgm=[*CURLIB/ | libraryname/]name
MODULE [*LIBL/ | *CURLIB/ | *USRLIBL/ | libraryname/] *PGM | *SRVPGM |*ALL | name -qmodule=[*LIBL/ | *CURLIB/ | *USRLIBL/ | libraryname/]*PGM | *SRVPGM *ALL | name
TEXT *ENTMODTEXT | *BLANK | text -qtext="text"
ENTMOD [*LIBL/ | *CURLIB/ | *USRLIBL/ | libraryname/] *FIRST | *ONLY |*PGM | modulename -qentmod=[*LIBL/ | *CURLIB/ | *USRLIBL/ | libraryname/]*FIRST | *ONLY | *PGM | modulename
BNDSRVPGM [*LIBL/ | libraryname/]*NONE | *ALL | srv_pgmname -qbndsrvpgm==[*LIBL/ | libraryname/]*NONE | *ALL | srv_pgmname
BNDDIR [*LIBL/ | *CURLIB/ | *USRLIBL/ | libraryname/] *NONE | dir -qbnddir= =[*LIBL/ | *CURLIB/ | *USRLIBL/ | libraryname/]*NONE | dir
ACTGRP *NEW | *CALLER | actgrpname -qactgrp=*NEW
-qactgrp=*CALLER
-qactgrp=actgrpname
OPTION *GEN | *NOGEN -qgen
-qnogen
*DUPPROC | *NODUPPROC -qdupproc
-qnodupproc
*DUPVAR | *NODUPVAR -qdupvar
-qnodupvar
*WARN | *NOWARN -qwarn
-qnowarn
*RSLVREF | *NORSLVREF -qrslvref
-qnorslvref
DETAIL *NONE | *BASIC | *EXTENDED | *FULL -qdetail=*NONE
-qdetail=*BASIC
-qdetail=*EXTENDED
-qdetail=*FULL
ALWUPD *YES | *NO -qalwupd
-qnoalwupd
ALWLIBUPD *YES | *NO -qalwlibupd
-qnoalwlibupd
REPLACE *YES | *NO -qreplace
-qnoreplace
USRPRF *USER | *OWNER -qusrprf=*USER
-qusrprf=*OWNER
AUT *LIBCRTAUT | *CHANGE | *USE | *ALL | *EXCLUDE -qaut=*libcrtaut
-qaut=*all
-qaut=*change
-qaut=*use
-qaut=*exclude
TGTRLS *CURRENT | *PRV | release_lvl -qtgtrls=*current
-qtgtrls=*prv
-qtgtrls=VxRxMx
ALWRINZ *YES | *NO -qalwrinz
-qnoalwrinz
EXPORT *SRCFILE | *ALL -qexport=*srcfile
-qexport=*all
SRCFILE [*LIBL/ | *CURLIB/ | libraryname/] QSRVSRC | filename -qsrcfile=[*LIBL/ | *CURLIB/ | libraryname/] QSRVSRC | filename
SRCMBR *SRVPGM | membername -qsrcmbr=membername
-qsrcmbr=*SRVPGM

For more information about CRTPGM or CRTSRVPGM programs and syntax, see CRTPGM (Create Program) Command Description and CRTSRVPGM (Create Service Program) Command Description, available on the Web from the iSeries 400 Information Center at:

    http://www.ibm.com/eserver/iseries/infocenter

After selecting your geographic location along with language and operating system level, select Programming -> CL -> Alphabetical List of Commands from the contents menu. Alternately, use the search function to search for the terms CRTPGM and CRTSRVPGM.


[ Top of Page | Previous Page | Next Page | Table of Contents ]