CRTPRXCMD

From MidrangeWiki
Revision as of 19:12, 12 September 2007 by Mattt (talk | contribs) (New page: Category:Commands {{Command_Infobox|command=CRTPRXCMD|command_title=Create Proxy Command|parameters=CMD() TGTCMD() TEXT() AUT() REPLACE()|job_batch=*BATCH|job_inter=*INTERACT|pgm_batch...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
CRTPRXCMD
Create Proxy Command
Parameters: CMD() TGTCMD() TEXT() AUT() REPLACE()
Environments:
Batch Interactive
Jobs: *BATCH *INTERACT
Programs: *BPGM *IPGM
REXX: *BREXX *IREXX
Exec: *EXEC
Threadsafe: *NO


This command essentially make a object link (ln on *nix systems) of a command in another library. The target command is exactly the same except that the name can be different. If any parameters change on the target command by using CHGCMDDFT, the base command is also changed.

This is a greate way to make those short cut commands used for things like WRKACTJOB, WRKSPLF, TFRGRPJOB, ENDGRPJOB, etc.