Slide 40 of 80
Notes:
- http://jazz.external.hp.com/src/scripts/stream.txt
- Shows entry points used with UDC. ANYPARM requires more parsing and a convention for the entry specification. In my example, the entry is always specified as “entry=name” and is the last argument in the command line.
- Shows how to default an ANYPARM value to nothing, ![“”]. Quotes by themselves don’t work, and, in fact, cause the value to default to the quote marks literally.
- OPTION NOHELP chosen since this UDC overrides a built-in CI command. If a user enters “help stream” they will not see the contents of this UDC; instead, they will see the HELP text for the real STREAM command.
- OPTION RECURSION is specified since there are several recursive calls to the STREAM UDC as a way to process the various entry points. OPTION NORECURSION will be executed prior to invoking the real :stream command.
- Sample job queue configuration file: # (All comments appear at the end of this file for search performance reasons) j@,usr1.acct jobqJ usr1.acct jobq1 @.acct jobq2 @.@ mySysDefq ...