IBM Z and LinuxONE Languages

Languages

Languages

Broad range of supported development languages and tools allows to transform software delivery practices.

 View Only
Expand all | Collapse all

Where are the descriptions for SYSOUT, SYSPRINT, and SYSCPRT for EXEC PGM=CCNDRVR

  • 1.  Where are the descriptions for SYSOUT, SYSPRINT, and SYSCPRT for EXEC PGM=CCNDRVR

    Posted Mon March 23, 2020 12:42 PM
    Hello,

    I'm looking through the doc to try to find the descriptions for what is actually output into the following DDs when running program CCNDRVR.  The supplied proc, EDCC, defaults all of these to SYSOUT=*.  A url or link to some PDF document/page number would be very helpful.  

    I've googled "CCNDRVR SYSOUT", "CCNDRVR SYSPRINT", and "CCNDRVR SYSCPRT" to little avail, all it finds are examples of using the EDCC proc.

    Thanks,
    Scott


  • 2.  RE: Where are the descriptions for SYSOUT, SYSPRINT, and SYSCPRT for EXEC PGM=CCNDRVR
    Best Answer

    Posted Wed March 25, 2020 10:49 AM
    Hi Scott,

    Take a look at "Table 66. Cross reference of data set used and job step" in the z/OS XL C/C++User's Guide.
    URL: https://www-01.ibm.com/servers/resourcelink/svc00100.nsf/pages/zOSV2R3sc147307/$file/cbcux01_v2r3.pdf


    ------------------------------
    Milos Lalovic
    ------------------------------



  • 3.  RE: Where are the descriptions for SYSOUT, SYSPRINT, and SYSCPRT for EXEC PGM=CCNDRVR

    Posted Wed March 25, 2020 06:07 PM
    Thanks, Milos!