EGL Development User Group

EGL Development User Group

EGL Development User Group

The EGL Development User Group is dedicated to sharing news, knowledge, and insights regarding the EGL language and Business Developer product. Consisting of IBMers, HCL, and users, this community collaborates to advance the EGL ecosystem.

 View Only
  • 1.  Config zOS Build Server - CCUMVS

    Posted 03/17/15 11:54 AM

    Hi Folks,

    Is possible to use symbolic parameter to change the jobname in CCUMVS ?

    //JOBNAME JOB (ACCT#),'TSO ID',CLASS=A

    as

    //&mysympar..#JOB ...

    Hsieh

    Hsieh


  • 2.  Re: Config zOS Build Server - CCUMVS

    Posted 03/17/15 02:25 PM

    Hsieh,

    I don't know of a way to change this in the CCUMVS member.   Of course you can change it to //&USERID   JOB   (3 blanks between letters "D" and "J") and the build server will use the userid specified in the destUserID build descriptor.  The appends a number (starting at zero (0)) to the jobname.   

    Mark

    markevans


  • 3.  Re: Config zOS Build Server - CCUMVS

    Posted 03/17/15 05:08 PM

    Hi Mark,

    I forgot that i opened a PMR in 2012 about this question and realy not support symparm.  I'm getting old and forgotten. :-)

    taking advantage of this post,  I was doing a test with ccubldc.exe to the build server in CCUTRUE  and see error on zOS Build server:

    CCUE-012                                                      
    The host name, 127.0.0.1, for the CCUBLDS remote host         
    cannot be resolved.                                           
     Recovery:                                                    
                                                                  
       - Verify that the remote host server's name and            
         address are included in the current workstation's        
         tcp/ip hosts file or the data files of the name server.  
         If the host name and address appear in either of these   
         files, the network or name server may be experiencing a  
         temporary problem.                                       

    analyzing the message CCUE-012:

    If the message is seen on Build server job (CCUBLDW) on ZOS

    1. Verify that the build server job has permissions to the /etc/hosts file

    2. Add CCU_HOST environment variable to the build server JCL

    3. Contact the tcp/ip administrator

    which JCL I add the environment variable CCU_HOST ?  and which value or no value ?

    I have not found references in program directory or  user guide in IBM Rational COBOL Runtime.

    Thanks !

    Regards,

    Hsieh

    Hsieh


  • 4.  Re: Config zOS Build Server - CCUMVS

    Posted 03/19/15 01:46 PM

    Hsieh,

     

    From the APAR where we introduced this (APAR PK98391), here is the explanation:

     

    IF THE USER SEES THE ABOVE ERRORS, THEN  THE FOLLOWING NEEDSTO BE DONE TO RESOLVE  THE PROBLEM. 1. APPLY THE PTF CONTAINING THIS APAR FIX. 2. IN THE JCL THAT SUBMITS CCUBLDW (normally the member CCUMVS), ADD A  NEW ENVIRONMENTVARIABLE (CCU_HOST) BY  ADDING A LINE TO THE DATASET FOR THEEDCENV  DDNAME. FOR EXAMPLE: //EDCENV   DD * CCU_TRACE=* CCU_HOST=99.123.45.6 OR //EDCENV   DD * CCU_TRACE=* CCU_HOST=MY.HOST.NAME

    Or if you use a serial file for the EDCENV DD, then add the line into it.

    Mark

    markevans


  • 5.  Re: Config zOS Build Server - CCUMVS

    Posted 03/19/15 04:52 PM

    Hi Mark.

    After talk with mainframe tcpip administrator, he authorized TCPIP DATA Config dataset to read and also worked.

    Yes, we using the serial file EDCENV then we could have used CCU_HOST too.  But I was not finding references in the user guide and the program directory.

    Thanks a lot.

    Hsieh

    Hsieh


  • 6.  Re: Config zOS Build Server - CCUMVS

    Posted 02/27/17 02:54 AM

    Hi Mark,

     

    Could you please help me with issue ? Actually our generation is failing with same issue .

    17/02/24 13:50:56 CCUE-012 The host name, MENOC.VIPA.UK.IBM.COM, for the CCUBLDS remote host
             cannot be resolved.

     Recovery:
     
       - Verify that the remote host server's name and
         address are included in the current workstation's
         tcp/ip hosts file or the data files of the name server.
         If the host name and address appear in either of these
         files, the network or name server may be experiencing a
         temporary problem.


    Could you please help me with this ?We are struggling with this issue from past few days.

    Thanks and Regards,

    Smita Rajput

     

    SmitaRajput


  • 7.  Re: Config zOS Build Server - CCUMVS

    Posted 03/02/17 01:06 PM

    Hi Smita,

     

    Mark does not track any more this forum becouse he is retired.

    If you have "IBM Rational COBOL Runtime Program Directory" looks page 84 and topic 6.3.1.3.1 Customizing the z/OS Remote Build Server.

     

    . What port number de CCURUNM is listerning ?  default is 5555.  

    //JOBNAME JOB (ACCT#),'TSO ID',CLASS=A
    //RUNPGM EXEC PGM=CCUMAIN,REGION=74K,
    // PARM='-p 5555 -V -a 2 -n 2 -q 10 -T 20'

     

    on page 88 and topic 6.3.1.3.4 Verifying the installation of the z/OS Build server.

     

    Regards,

     

    Hsieh

    Hsieh