Difference between revisions of "Crtprxcmd"
From MidrangeWiki
Line 1: | Line 1: | ||
[[Category:Commands]] | [[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=*BPGM|pgm_inter=*IPGM|rexx_batch=*BREXX|rexx_inter=*IREXX|exec=*EXEC|threadsafe=*NO}} | {{Command_Infobox|command=CRTPRXCMD|command_title=Create Proxy Command|parameters=CMD() TGTCMD() TEXT() AUT() REPLACE()|job_batch=*BATCH|job_inter=*INTERACT|pgm_batch=*BPGM|pgm_inter=*IPGM|rexx_batch=*BREXX|rexx_inter=*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. |
Revision as of 19:05, 12 September 2007
CRTPRXCMD | |||||||||||||||||||
Create Proxy Command | |||||||||||||||||||
Parameters: | CMD() TGTCMD() TEXT() AUT() REPLACE() | ||||||||||||||||||
Environments: |
|
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.