itschak was right , it worked just to copy the VTAMAPPL altough that trying it with moving zOS 1.6 VTAMAPPL to zOS 1.10 didn't work when i tried it in the past. anyhow I'll might check also the CBT programs suggested here .
On Wed, Jul 11, 2012 at 4:55 PM, Knutson, Sam <[email protected]> wrote: > VTAMCHK in CBT Tape file 77 does the same thing and it is freely > distributed in source. > > http://www.cbttape.org/ftp/cbt/CBT077.zip > > http://www.cbttape.org > > ********************************************************************* > * > * VTAMCHK IS A PROGRAM RUN IN A PROCEDURE THAT IS STARTED > * BY AN 'AUTOMATIC COMMAND' IN PARMLIB(COMMNDXX): S VTAMCHK > * > * VTAMCHK FIRST CHECKS THAT VTAM IS UP AND RUNNING, THEN > * ISSUES ALL THE COMMANDS IN THE FILE DEFINED BY //SYSIN . > * THESE COMMANDS ARE INTENDED TO START VTAM APPLIDS. > * > * THE FOLLOWING OPTIONS ARE AVAILABLE AS PARM='... , ...' > * DELAY=XX TENTH-SECONDS TO WAIT BETWEEN COMMANDS, 10=1SEC > * COL=XX COLUMN THAT BEGINS COMMENTS ON COMMANDS > * AN EXAMPLE OF THE PROCEDURE FOLLOWS: > * > * //VTAMCHK PROC MEMBER=VTAMCHKA,DELAY=20 > * //* REFER: SYS1.PROCLIB(VTAMCHK) > * //* COMPID: OPER > * //* DOC: THIS PROCEDURE IS USED TO ACTIVATE VTAM APPLICATIONS > * //* AFTER INSURING THAT VTAM IS ACTIVE. IT IS STARTED ON > * //* EACH SYSTEM AT IPL BY SYS1.PARMLIB(COMMND00). > * //IEFPROC EXEC PGM=VTAMCHK,PARM='DELAY=&DELAY',REGION=200K > * //SYSIN DD DSN=SYS3.PARMLIB(&MEMBER),DISP=SHR > * //ABNLIGNR DD DUMMY *** BYPASS ABEND-AID *** > * //SYSUDUMP DD SYSOUT=A > * > * COMMANDS IN THE SYSIN STREAM ARE ISSUED EXACTLY AS SEEN. > * A SEMICOLON (;) FOLLOWING THE COMMAND INDICATES SPECIAL > * OPTIONS TO VTAMCHK. TO HAVE A SEMICOLON PASSED AS PART OF > * THE COMMAND, CODE TWO CONSECUTIVE SEMICOLONS (;;). > * THE FOLLOWING OPTIONS ARE AVAILABLE: > * ;DELAY=XX TENTH-SECONDS TO WAIT BEFORE NEXT COMMAND > * ;COL=XX COLUMN THAT BEGINS COMMENTS ON FOLLOWING CMDS > * AN EXAMPLE OF THE INPUT FOLLOWS: > * > * S TSO > * S NCCF.NCCF;DELAY=50 > * S CICS,REG=T1;COL=25 > * $SLOGON1 START THE JES/SNA SESSION > * > ********************************************************************* > > > Best Regards, > > Sam Knutson, GEICO > System z Team Leader > mailto:[email protected] > (office) 301.986.3574 > (cell) 301.996.1318 > > "Think big, act bold, start simple, grow fast..." > > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Matan Cohen > Sent: Wednesday, July 11, 2012 8:02 AM > To: [email protected] > Subject: VTAMAPPL PGM > > Hi , > Our running Z\os was installed from ADCD pack . > I finished to install Z\os 1.13 Syspac , and I'm missing the VTAMAPPL > program ( I understood it was only available with ADCD installation ) . > Is there any equivalent program so I can use in order to start a STC > automatically on IPL (except the COMMNDxx) ? > > -- > ______________________ > best regards, > matan cohen > MF System Administrator. > ==================== > This email/fax message is for the sole use of the intended > recipient(s) and may contain confidential and privileged information. > Any unauthorized review, use, disclosure or distribution of this > email/fax is prohibited. If you are not the intended recipient, please > destroy all paper and electronic copies of the original message. > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- ______________________ best regards, matan cohen MF System Administrator. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
