Dynamic license for ISO?

COE Administrator

Dynamic license for ISO?
Hello,

I try to use ISO license as a DYNAMIC license. It's working OK while making just PREVIEW (in PIPE_DES or in ISO_EXTR), but when I use ISO_EXTR for generating external ISO model It cannot find ISO license because it's defined as DYNAMIC.
I tried to set declarations:
CATLIC.CATISO.OPTIONAL : STRING;
CATLIC.CATISO.OPTIONAL = 'ISOS410';

but I get User Abend and in ISOxxxx.out file is:

*** OPTIONAL LICENSES REQUESTED ***
ISOS410 LICENSE OK
ABAS410 LICENSE UNAVAILABLE
COMS410 LICENSE UNAVAILABLE
*** OBSOLETE LICENSES RELEASED ***
ISOS410
***** LICENSING CONFIGURATION *****
CATLIC006 NO PRODUCT GRANTED
CATLIC006 LICENSING REQUEST NOT SATISFIED

ABEND NUMBER U998

So the decalration for CATLIC.CATISO.OPTIONAL is OK and taken into account but... it's looking now for ABA and COM. Why?

I tried also to set:

CATLIC.CATPLOT.OPTIONAL : STRING;
CATLIC.CATPLOT.OPTIONAL = 'PPDS410';

but it still try to find ABA and COM.
I have lics for PPD, ISO, PID, ADR.

How define that it should take PPD and ISO licenses? I cannot find where to define PPD instead of ABA+COM for CATISO utility.

Regards
Krzysztof

Author: Krzysztof Bialek