Slide 42 of 80
Notes:
- If “jobq=“ is not found in the job “card” and if the simple configuration file exists, the STREAM UDC is again invoked recursively to read the config file looking for a match. The config file has two fields: the first field is a [jobname,]user.acct name, the second field is the corresponding job queue name. Wildcards are supported in the first field. The code that processes the config file is shown later.
- Finally, the real STREAM CI command is invoked with an appended jobq=name if appropriate. To execute the real STREAM command, OPTION NORECURSION is specified; otherwise the STREAM UDC would be invoked (and in this case we would have an infinite loop -- eventually stopped by a CI limit that disallows UDC nesting beyond 100 levels.