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 9:43 pm (GMT 5.5)

If the sub-program is currently used in Production as a statically-linked program, it is not a good idea to test it by using dynamic CALLs.

To test a statically-CALLed sub-program (which is CALL literal, and compiler option NODYNAM) then you INCLUDE (or "autolink") your member from your test library, again ensuring that it is "higher" on the concatenation (if any) from your Production library.


Viewing all articles
Browse latest Browse all 8500

Trending Articles