Author: Bill Woodger
Subject: Reply to: How to supply called sub-program from test loadlib
Posted: Thu Sep 15, 2016 12:10 am (GMT 5.5)
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:
Subject: Reply to: How to supply called sub-program from test loadlib
Posted: Thu Sep 15, 2016 12:10 am (GMT 5.5)
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:
Code: |
//xxxLIB DD DISP=SHR,DSN=testlibrary // DD DISP=SHR,DSN=prodlibrary |