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: dchristensen
Subject: Reply to: How to supply called sub-program from test loadlib
Posted: Thu Sep 15, 2016 6:28 pm (GMT 5.5)

I implemented the joblib first, then dropped the step lib. That still caused the program to call the production version of the sub-program. I next re-implemented the steplib as shown:

Code:

//JOBLIB   DD DSN=SYS5.TESTLIB,DISP=SHR
//         DD DSN=SYS4.STAGING,DISP=SHR
//*


Plus implementing the STEPLIB in the PROC as:
Code:

//P474O200 PROC
//STEPO200 EXEC PGM=S474O200
//STEPLIB  DD DSN=SYS5.TESTLIB,DISP=SHR
//         DD DSN=SYS4.STAGING,DISP=SHR

_________________
David Christensen
Iowa Dept of Human Services
Data Warehouse


Viewing all articles
Browse latest Browse all 8500

Trending Articles