Author: Robert Sample
Posted: Tue Sep 13, 2016 9:31 pm (GMT 5.5)
What version of CICS are you using? I've been looking at various versions, and your
syntax does not appear in any of them -- POINT, specifically, is not shown in the syntax diagrams I see. The 5.3 syntax diagram, for example:
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth
Posted: Tue Sep 13, 2016 9:31 pm (GMT 5.5)
What version of CICS are you using? I've been looking at various versions, and your
Code: |
EXEC CICS ENABLE PROGRAM(ME01PCEX) POINT(XPCFTCH) |
Code: |
ENABLE PROGRAM >>-ENABLE PROGRAM(data-value)-----------------------------------> .---------------------------------------------------. V | >----+-----------------------------------------------+-+------->< +-ENTRY(ptr-ref)--------------------------------+ +-ENTRYNAME(data-value)-------------------------+ +-EXIT(data-value)------------------------------+ +-FORMATEDF-------------------------------------+ +-+-GALENGTH(data-value)-+------------------+-+-+ | | '-GALOCATION(cvda)-' | | | '-GAENTRYNAME(data-value)-------------------' | +-INDOUBTWAIT ----------------------------------+ +-LINKEDITMODE----------------------------------+ +-+-QUASIRENT---------------+-------------------+ | +-THREADSAFE--+---------+-+ | | | '-OPENAPI-' | | | +-REQUIRED--+---------+---+ | | | '-OPENAPI-' | | | '-OPENAPI-----------------' | +-PURGEABLE-------------------------------------+ +-SHUTDOWN -------------------------------------+ +-SPI-------------------------------------------+ +-START-----------------------------------------+ +-TALENGTH(data-value)--------------------------+ '-TASKSTART-------------------------------------' |
_________________
TANSTAAFL
The first rule of code reuse is that the code needs to be worth re-using.
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." -- Donald Knuth