PL/I

PL/I

PL/I

 View Only
Expand all | Collapse all

Cobol calling Pl1

  • 1.  Cobol calling Pl1

    Posted Mon June 10, 2013 05:31 AM

    Hi,

    i have a Cobol program that will call a Pli program.

    The problem that is have is that the pli compiler produces lowercase Entry Points and Cobol only likes UPPERCASE.

    Any sugestions?

    StefanDottiShark


  • 2.  Re: Cobol calling Pl1

    Posted Mon June 10, 2013 08:40 AM

    ok, we managed it.

    We need under cobol the compiler option PGMNAME(MIXED) and then the PROGRAM-ID under "" quotes.

    With Pli it is just the OPTIONS(COBOL) and it has to be an executable.

    greetings.

    StefanDottiShark