The CLIST TICJCLX creates default JCL for the batch Host Encyclopedia functions. This CLIST runs in the foreground and you modify it to intercept the JCL it creates and display or modify the JCL. The interception is useful to:
The CLIST that calls TICJCLX passes two variables, JCLTYPE and JOBSUB.
TICJCLX allows display or input of additional variables for a customized background task when using custom variables. Remember to modify SLIB members TICGENB2, TICGENB4, and TIRGENB2 to recognize the new variables.
A return code from TICJCLX is tested to determine subsequent processing. The effect of each return code is:
|
Return Code |
Effect |
|---|---|
|
0 |
All OK. CA Gen must perform the job submit and update JCL profile variables. |
|
8 |
All OK. CA Gen must bypass job submit but still update JCL cards to Profile pool. |
|
greater than 8 |
Error. Do not submit from CA Gen or update JCL cards. Exit with the returned code. |
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|