Page 1 of 1

Updating COBOL compiler default loadlib. in Debug Tool

PostPosted: Fri Feb 12, 2016 9:40 pm
by johnmauro1
I recently had IBM activate the debug tool in our z/os vm.
I want to know if I can change the system default value for the COBOL compiler loadlib from IGY.SIGYCOMP to IGY420.SIGYCOMP.
I understand that I can update the compile options by invoking OPTION 1 (COBOL COMPILE) ON THE Debug Tool Program Preparation - Manage Settings panel.
--------------------Manage System Settings - COBOL Compiler-------------------,
Command ===>
COBOL Compiler Settings:
Active: YES
Title . 5655-S71 IBM Enterprise COBOL for z/OS
Library . . .,'IGY.SIGYCOMP'
Module Name .,IGYCRCTL

But these options get refreshed at the beginning of every session.
I want to change it once and never have to change it again ( unless we get a new compiler).

Any Suggestions would be much appreciated

Thanks,
John

Re: Updating COBOL compiler default loadlib. in Debug Tool

PostPosted: Fri Feb 12, 2016 10:48 pm
by prino
Defaults are in 'EQA*.SEQATLIB(EQAZDFLT)', and possibly 'EQA*.SEQATLIB(EQAZDFLT)', but it's highly unlikely that you will be able to change these yourself.

What you may be able to do is is to override the panel with one in your own ISPPLIB and set the compiler loadlib on that one.

Re: Updating COBOL compiler default loadlib. in Debug Tool

PostPosted: Mon Feb 15, 2016 7:00 pm
by johnmauro1
Thank You for your response !!!!!