Re: VTAMAPPL PGM

2012-07-16 Thread Brian Westerman
The SyzCMD/z program is also available because of an agreement we have with IBM 
to ADCD users at for only 5% of the retail price (which is already very low).  
It does everything that the CBT Commands program on file 19 does, plus adds 
more than twice the number of extra features.  One of them is the ability to 
wait for VTAM or to do things if VTAM is UP or DOWN.

Brian

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: VTAMAPPL PGM

2012-07-12 Thread Shmuel Metz (Seymour J.)
In
CALuePdi533-C8m=OkPj9H=fbso1igwq6d0zarhm2lyc_06l...@mail.gmail.com,
on 07/11/2012
   at 03:02 PM, Matan Cohen matancohen...@gmail.com said:

Is there any equivalent program so I can use in order to start a STC
automatically on IPL (except the COMMNDxx) ?

Is there a current version of TSSO on the CBT tape?

-- 
 Shmuel (Seymour J.) Metz, SysProg and JOAT
 Atid/2http://patriot.net/~shmuel
We don't care. We don't have to care, we're Congress.
(S877: The Shut up and Eat Your spam act of 2003)

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: VTAMAPPL PGM

2012-07-12 Thread Matan Cohen
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 sknut...@geico.com 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=XXCOLUMN 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=XXCOLUMN 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:sknut...@geico.com
 (office)  301.986.3574
 (cell) 301.996.1318

 Think big, act bold, start simple, grow fast...

 -Original Message-
 From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On
 Behalf Of Matan Cohen
 Sent: Wednesday, July 11, 2012 8:02 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 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 lists...@listserv.ua.edu with the message: INFO IBM-MAIN




-- 
__
best regards,
matan cohen
MF System Administrator.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: VTAMAPPL PGM

2012-07-11 Thread Itschak Mugzach
Why don't u just copy it from older version you have? There is nothing
version special in this program, and there is not VTAM defs there.

ITschak

On Wed, Jul 11, 2012 at 3:02 PM, Matan Cohen matancohen...@gmail.comwrote:

 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.

 --
 For IBM-MAIN subscribe / signoff / archive access instructions,
 send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: VTAMAPPL PGM

2012-07-11 Thread McKown, John
 -Original Message-
 From: IBM Mainframe Discussion List 
 [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Matan Cohen
 Sent: Wednesday, July 11, 2012 7:02 AM
 To: IBM-MAIN@LISTSERV.UA.EDU
 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.

Does ADCD  come with IBM's System Automation software? If so, you can trap 
console messages and issue z/OS commands. We do this using CA-OPS/MVS. We 
automatically start JES2. When we see the $HASP492 message, we start up more 
STCs (including NET). We then trap the IST020I message from VTAM to start 
things like TSO.

--
John McKown 
Systems Engineer IV
IT

Administrative Services Group

HealthMarkets(r)

9151 Boulevard 26 * N. Richland Hills * TX 76010
(817) 255-3225 phone * 
john.mck...@healthmarkets.com * www.HealthMarkets.com

Confidentiality Notice: This e-mail message may contain confidential or 
proprietary information. If you are not the intended recipient, please contact 
the sender by reply e-mail and destroy all copies of the original message. 
HealthMarkets(r) is the brand name for products underwritten and issued by the 
insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance 
Company(r), Mid-West National Life Insurance Company of TennesseeSM and The 
MEGA Life and Health Insurance Company.SM

 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN