In addition to the generic restrictions described earlier in this section, the following restrictions apply to IMS support in PL/I applications.
Only call-level programming (CALL ‘CBLTDLI’) is supported. Command-level programming (EXEC DLI) is not supported.
Code Sample | Ports Found | Actual Ports |
---|---|---|
|
ImsUnknown | EHL1.HORUK,EUDV.HORUK |
Code Sample | Ports Found | Actual Ports |
---|---|---|
|
EPUF.P8CCLA | EPUF.P8CCLA,ImsUnknown |
Code Sample | Ports Found | Actual Ports |
---|---|---|
|
ImsREPL | ImsISRT, ImsREPL |
Code Sample | Ports Found | Actual Ports |
---|---|---|
|
EHL1.HORUK | EUDV.HORUK |
Code Sample | Ports Found | Actual Ports |
---|---|---|
A:PROC(...); … DCL SEG CHAR(10); DBPCB = EPUF_1; DO SEG ='PAMSGS','PPPROF'; CALL PLITDLI (K4,ISRT,DBPCB,P0ROOTX,SEG); END; … END A; | ImsUnknown | EPUF.PAMSGS,EPUF.PPPROF |