Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

JCL & VSAM :: RE: How to supply called sub-program from test loadlib

$
0
0
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:
Code:

//xxxLIB DD DISP=SHR,DSN=testlibrary
//       DD DISP=SHR,DSN=prodlibrary


Viewing all articles
Browse latest Browse all 8500

Trending Articles