Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

CICS program CRYPTO security checking

9 views
Skip to first unread message

lars...@scdatacenter.com

unread,
Oct 15, 2008, 9:32:30 AM10/15/08
to jo...@sccompanies.com
To perform runtine CRYPTO security checking, I need to check each
program on a task's execution stack. For example, if A links to B and
B dynamically calls CRYPTO, I need to check both A and B for proper
security. For CICS LINKs, there's a PLCB chain that has an entry for
each level. However, if A dynamically calls B and B calls CRYPTO, I
don't know how to find B on the program chain since it's at the same
level as A (i.e.. No PLCB for B). This is similar to a savearea trace
in batch.
0 new messages