This C/370 library provides an interface for CICS program linking.
The main method delegates execution to LSLNKCOM or LSLNKCTN depending on the type of CICS program targeted (LSLNKCOM is for COMMAREA and LSLNKCTN is for CONTAINERS).
LSLNKBIN extracts the name of the target program and other parameters from the JSON string of the incoming LegStar message (See LSMSGLIB library).
LSLNKBIN uses the LSCOMLOG also part of this delivery.