Author: RahulG31
Subject: Re: Reply to: How to supply called sub-program from test loadlib
Posted: Thu Sep 15, 2016 12:42 am (GMT 5.5)
I would like to correct this. We CAN use both STEPLIB and JOBLIB in a JOB.
STEPLIB will be used on the step that has the STEPLIB mentioned. Other steps of the Job will use JOBLIB.
.
Subject: Re: Reply to: How to supply called sub-program from test loadlib
Posted: Thu Sep 15, 2016 12:42 am (GMT 5.5)
Bill Woodger wrote: |
You either use STEPLIB in a JOB or you use JOBLIB. You can't use both (or to put it another way, the system won't use both). Having decided to use one or the other, place your test library ahead of the production library in a concantation: |
I would like to correct this. We CAN use both STEPLIB and JOBLIB in a JOB.
STEPLIB will be used on the step that has the STEPLIB mentioned. Other steps of the Job will use JOBLIB.
.