Author: johnsjames
Subject: Can I pick up on this reply to a previous query.....
Posted: Sun Dec 04, 2016 8:34 pm (GMT 5.5)
My query - the above code will not compile with the PL/1 (F) compiler. It returns an error message to the effect that a PL/1 MAIN proc cannot accept multiple input parameters; the message tells me that only one parameter is acceptable, 100 characters long varying.
Has anyone successfully compiled an IMS MPP with PL/1 (F)?
Thank you.
Subject: Can I pick up on this reply to a previous query.....
Posted: Sun Dec 04, 2016 8:34 pm (GMT 5.5)
Bitneuker wrote: | ||||||||
Piece by piece..........first the connection to IMS in the PROC-statement and the pointers to the PCB's.
The declaration of the IO-PCB for message handling:
The declaration of the database PCB for database access:
The entry for PLITDLI:
|
My query - the above code will not compile with the PL/1 (F) compiler. It returns an error message to the effect that a PL/1 MAIN proc cannot accept multiple input parameters; the message tells me that only one parameter is acceptable, 100 characters long varying.
Has anyone successfully compiled an IMS MPP with PL/1 (F)?
Thank you.