The following is extracted (with apologies) from chapter 4 ETO Support V3R1
User's Guide for installing APPC/MVS components of this product:

//STEP1   EXEC PGM=ATBSDFMU
//SYSPRINT DD SYSOUT=*
//SYSSDLIB DD DISP=SHR,DSN=@@APPCTP
//SYSSDOUT DD SYSOUT=*
//SYSIN    DD DATA,DLM=’QT’
  TPDELETE
  TPNAME(STAETECH_EZETO_REFRESH)
  TPADD
  TPNAME(STAETECH_EZETO_REFRESH)
  ACTIVE(YES)
  TPSCHED_DELIMITER(DLM1)
  KEEP_MESSAGE_LOG(ERROR)
  MESSAGE_DATA_SET(@@JOBLOG)
  DATASET_STATUS(MOD)
  CLASS(@@CLASS)
  JCL_DELIMITER(DLM2)
//XXXXXXXX JOB (TECH),’IZTAPPC9’,CLASS=A,MSGCLASS=H,
// REGION=4M
//*
//STEP01  EXEC PGM=IZTAPPC9
//STEPLIB  DD DISP=SHR,DSN=@@IZTLOAD
//SYSUDUMP DD DISP=OLD,DSN=@@SYSUDUMP
//APPCERR  DD DISP=OLD,DSN=@@APPCERR
DLM2
DLM1
QT


On Thu, Mar 28, 2013 at 8:08 AM, Etienne Thijsse <[email protected]>wrote:

> Hi all,
>
> I have an old IMS driver that I must get to work. It runs on Windows and
> uses Host Integration Server 2010 / SNA Manager to connect to the mainframe
> via SNA.
> The driver uses CPI-C calls CMINIT, CMALLC etc., but it fails to establish
> the connection because the TP name does not exist, so I need to know how to
> create such a TP name.
> In PARMLIB LUADD.. has been added, side information with the TP name has
> been created too.
> But now that TP name itself.
> I have been searching all over the internet and found that I need to use
> ATBSDFMU to run a TPADD statement to add my TP name to APPC/MVS. Here is
> where I am stuck.
>
> Does anyone have an example of TPADD that will enable this simple remote
> IMS connectivity?
>
> Thanks,
> Etienne
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
  • SNA - IMS Etienne Thijsse
    • Re: SNA - IMS Rich Tabor

Reply via email to