Automated Testing

Automated Testing

Automated Testing

Build an automated testing process to enable continuous integration of your hybrid cloud applications including z/OS

 View Only
  • 1.  how to set up environment for compilation

    Posted Thu November 16, 2017 10:24 AM

    Can someone please help how to set environment for compile.

    I am trying to compile (just as a Proof Of Concept that it works) but getting errors that modules are missging (tried pli, cobol, c)

    but getting error messages like this:

    cc hello.c -o hello

    CEE3501S The module CCNDRVR was not found.

    FSUM3066 The COMPILE step ended with return code -1: EDC5083I An error occurred attempting to load a module into storage.

    FSUM3017 Could not compile hello.c. Correct the errors and try again.

    pbandzi


  • 2.  Re: how to set up environment for compilation

    Posted Fri November 17, 2017 02:36 PM

    Some products may not be loaded depending on the IPL option.

    If you did CS option, please try at least to IPL wiht IZ option.

    AdilsonColombo


  • 3.  Re: how to set up environment for compilation

    Posted Mon November 20, 2017 03:43 AM

    Thanks for the answer Adilson, I am not sure if I understand that :)

    This is ipl command I use currently:

    ipl a80 parm 0a82au

     

    Do you mean to add some more parameters to it? How can I use CS or IZ option?

     

    thank you

    pbandzi


  • 4.  Re: how to set up environment for compilation

    Posted Mon November 20, 2017 08:17 AM

    Yes, you seem to have understood correctly, but please, note that the option "au" does not exist. You can use "CS" by the first time and "IZ" to activate the DevOps package or "AL" to activate all products.

    AdilsonColombo


  • 5.  Re: how to set up environment for compilation

    Posted Wed November 22, 2017 07:46 AM

    Thanks Adilson I am just adding info you provided to me:

     

    Hi Peter, 

    As we talked in ST, for PL/I compilations, ADCD enables the following PROCs on ADCD.Z22D.PROCLIB:  

    IBMZCB   
    IBMZCBG  
    IBMZCPG  
    IBMZCPL  
    IBMZCPLG  

    For c/c++ there is no PROC previously enabled since you have to create your own environment. 
    Please, for both languages, follow the regular documentation. 

    Here are some links to help: 
    https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.3.0/com.ibm.zos.v2r3.cbcux01/cppbatch.htm 
    https://www.ibm.com/support/knowledgecenter/en/SS6PUU_1.7.0/com.ibm.commoncomponent.doc_1.7/eqabus01187.html 

    Regards, 


    Adilson Colombo    

    pbandzi