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.  Setup new VTAM definition

    Posted Mon May 04, 2015 03:16 PM

    I am trying a test with RD&T, to stand up a test environment.
    It requires a VTAM definition for the APPLID and must use a certain LOGMODE.

    In my case, FEU.V9R1M0.Z21S.VTAMLST is the first DS in the concatenation list to resolve VTAMLST. My ATCCON00 to define VTAM definitions contains:

    A0600,NSNA70X,DYNMODEL,COSAPPN,A0TCP,OSATRL2,IMS12APL,IMS13APL,DBAGLU,CICSAPPL,DBBGLU,ALCS

    My VTAM definition for member ALCS in FEU.V9R1M0.Z21S.VTAMLST looks like:

    000001 ALCS     VBUILD  TYPE=APPL000002 PYEZ1CIC APPL EAS=160,                                     X000003                ACBNAME=PYEZCX1,                            X000004                AUTH=(ACQ,PASS),                            X000005                SONSCIP=YES,                                X000006                PARSESS=YES,                                X000007                DLOGMOD=ALCSPARS,                           X000008                VPACING=3000009 PYEZ1JB  APPL AUTH=(ACQ),ACBNAME=PYEZ1JB,SRBEXIT=YES,      X000010               PARSESS=YES,DLOGMOD=ALCSPARS

    I need to define the LOGMODE of ALCSPARS somewhere, but I am uncertain where that should be done.

    The LOGMODE should look like:

    *************************************************************************
    * ALCS application program node (capable of using LU6.1)**************************************************************************

    *

    MODEENT LOGMODE=ALCSPARS,                                   -      FMPROF=X'12',                                         -      TSPROF=X'04',                                         -      PRIPROT=X'B1',                                        -      SECPROT=X'B1',                                        -      COMPROT=X'70A0',                                      -      RUSIZES=X'F8F8',                                      -      TYPE=0,                                               -      PSERVIC=X'060038000000380000000000'

    *

    I do not find any MODETAB definitions within any of the VTAMLSTs or PROCLIBs.

    Colbertb


  • 2.  Re: Setup new VTAM definition

    Posted Mon May 04, 2015 05:16 PM

    Use ISTINCLM in ADCD.Z21S.VTAM.SOURCE as a model.

    wilbert


  • 3.  Re: Setup new VTAM definition

    Posted Tue May 05, 2015 12:30 AM

    Thanks Wilbert, 

    That gave me the clue I was missing.  I resolved the LOGMODE after adding the MODEENT to the ISTINCLM and submitted a job to assemble and link edit the module and placed in the ADCD.Z21S.VTAMLIB.

    After varying the ALCS VTAM def to active, it worked.

    Colbertb