Volume 1008-2 iTips - A Free Service from illustro October 28, 2008
Happy Fall, iTippers!

The VSE Community has sure had a busy Fall and we hope these iTips are useful for you.  Send us an email today and let us know what you would like to see in future issues and we will do our best to accommodate everyone.  And don't forget to sign up, if you haven't already, and participate in the Official VSE Wiki homepage where everyone can discuss important topics, read industry articles or simply post questions about their VSE systems.

Enjoy this week's iTip and enjoy your week!

 


Have you Web-enabled YOUR Mainframe yet?

 

Still using those old, outdated 3270 "Green Screens"?  It's about time we introduce you to 2008, mainframers! Or else you may end like Mr. Schultz here.....

 

z/Web-Host is the Easiest way to transform the capable back-end logic of your existing 3270 applications into full functional Web-based browser applications. With z/Web-Host you can take the old look and feel of tried and true

applications and rejuvenate them with pull-down lists, full color and graphics, even a completely different layout altogether. All without touching a single line of code and within hours, not months! 

 

As the first product to introduce AJAX capabilities to the mainframe industry, it is just that Easy to Web-enable your mainframe.

 

 

 

 

 

Click Here to Request a FREE Trial Today!

 

View our exclusive z/Web Remix Video!

 

This Week's iTip!

Automating z/VSE System Shutdown

Shutting down a VSE system can be a time consuming, manual process for the operations or systems support staff.  Many sites have several partitions that may be active such as VTAM, CICS, vcndor products and other subsystems.  To shutdown the system, each partition has to be messaged and the appropriate shutdown command issued to terminate the partition.  Typically the commands used to shutdown a partition will vary from subsystem to subsystem.

If there are no vendor products installed at the site to automate the shutdown process then the z/VSE utility program DTRIATTN can be used to automate the system shutdown process.  This utility can be used to pass any commands to a partition that supports the MSG command with the DATA= parameter.  Some IBM and vendor products do not support the DATA= parameter so these may have to be handled manually, however, an automated shutdown jobstream can be created to shutdown those partitions that do support this parameter on the MSG command.

The following is an example of a jobstream that can be used to automate system shutdown:

* $$ JOB JNM=SHUTDOWN,DISP=L,CLASS=0
// JOB SHUTDOWN    SYSTEM SHUTDOWN

// PAUSE  SYSTEM WILL BE SHUTDOWN, PRESS ENTER TO CONTINUE OR CANCEL
// EXEC DTRIATTN,PARM='MSG CICSICCF,DATA=CEMT P SHUT'
// EXEC IESWAIT,PARM='05'
// EXEC DTRIATTN,PARM='MSG CICSPROD,DATA=CEMT P SHUT'
// EXEC IESWAIT,PARM='30'
// EXEC DTRIATTN,PARM='MSG TCPIP,DATA=SHUTDOWN'
// EXEC IESWAIT,PARM='30'
// EXEC DTRIATTN,PARM='Z NET,QUICK'
// EXEC IESWAIT,PARM='30'
// EXEC DTRIATTN,PARM='PEND'

/
&
* $$ EOJ

The IESWAIT utility in the example is used to cause a wait between each command for the number of seconds specified in the PARM field so that the shutdown of each subsystem is done in an orderly manner.

The MSG xx,DATA= command can be entered on the VSE console to determine if a product supports the DATA= parameter on the MSG command.  Even if the product does not support the DATA= parameter, a series of DTRIATTN execute steps can still be coded in the shutdown job to terminate one of these partitions.  For example, CICS Transaction Server supports the DATA= parameter but CICS/VSE 2.3 does not so to terminate a CICS/VSE partition, you could add the following to the shutdown jobstream:

 

// EXEC DTRIATTN,PARM='MSG CICS23'
// EXEC IESWAIT,PARM='05'
// EXEC DTRIATTN,PARM='45 CEMT P SHUT'

 

The latter example assumes that the REPLID number from the MSG command is always the same.  If is not, then only the DTRIATTN utility with the MSG command should be issued then the operator will have to respond manually to the REPLID number for the partition.  Even if all the partitions can not be shutdown automatically, providing a job to automate shutdown of as many partitions as possible will simplified the shutdown process.

 


Keep Your Software Safe with iS.O.S.™!

 

We know, you have spent a lot of money to protect your critical hardware for your VSE Systems - but isn't it time you make your software feel safe too?

Our innovative iS.O.S. (Support Offering Subscription) delivers incredible value in a comprehensive services package.  The iSOS Program is a first of its kind, delivering regular pro-active system health checks to ensure the software side of your system receives the same kind of assurance as your hardware.

 

iS.O.S Package Details:

  • Value of Prepaid Services

  • Unlimited Remote Support for Total System Outage

  • Thorough Current System Inventory and Review

  • Capacity and Performance Review

  • Monthly Information Update

  • Exclusive Discounts on illustro Products and Services

The iS.O.S. program ensures your organization gets the support it needs from the best technical services in the industry, without interruption. illustro's professional services team is never on vacation, never sick, and can always be available 24 hours per day.

While you pay thousands per month on hardware maintenance just in case your hardware breaks down—-for a fraction of that cost you can ensure your operating system software and environment is covered too! One is just as important as the other!

****iTips Subscribers Receive a DISCOUNT on our iS.O.S. service now through the end of October!! DON'T MISS OUT!

Click Here To Request More Information Today!

Download the iSOS Product Brochure

 

We Want to Hear From YOU!

Tell us what you want to know in iTips and give suggestions on topics - send an email to itipsfeedback@illustro.com

1950 Stemmons Frwy. • Suite 2016 • Dallas, TX 75207
Toll-free U.S. & Canada: 866.4.illustro(866.445.5878)
Phone: +1.214.800.8900 • Fax: +1.214.800.8989 • illustro.com • info @illustro.com