August 19, 2003
Series on South Migration
CIT plans to shut down the South system effective January 12, 2004. Watch two Web sites regularlyTitan/South System News and the Titan Transition. Both Web pages are continually updated.
This is the fifth article in the series on the migration processsso that you don't miss important news and you do have a smooth transition to Titan. These articles are reprinted from Titan Transition Migration Process Web page.
Topics to be covered in this series over the next months
5. Test Your Batch Jobs
Locate your JCL.
TitanPrepA New Tool to Get Your JCL Ready for Titan
TitanPrep is a new WYLBUR Enter command that scans your South system JCL and shows you the changes that may be needed to run it on Titan. To use this new tool, log on to WYLBUR and type:
ENTER TITANPREP
You will be prompted for the name of the data set that contains your JCL. If you enter the name of a partitioned data set (PDS), TITANPREP will analyze each member. For each data set (or member) being scanned, an output data set is created that contains an analysis of the JCL you submitted. The naming convention for these output data sets is aaaaiii.TITAN.PREP.Dyyddd.Thhmmss.
Each output dataset will consist of one, two or three parts.
Example:
The following example shows messages from part one of the output data set:
************** Analysis of Dataset iii.HHS.DISKMAP **************
The Job (iiiDISKM) runs under the Account: aaaa and Initials: iii.
*WARNING* Statement 4 is a /*TITLE statement which is not supported on Titan and will be ignored.
*ERROR* In statement 14 "PGM=DISKMAP" is not supported on Titan.
Code "// EXEC DISKMAP" for DISKMAP on Titan.
*WARNING* In statement 19 / Step Name (STEP1) another user's dataset (bbbbjjj.ESC.PRODUCTN.LOAD) is referenced.
RACF authorization is needed.
*****************************************************************
Each message is marked to indicate the message type:
Warning messages include statements that are not supported on Titan but will not cause an error because they are ignored. For clarity, you may want to clean up your JCL after you move to Titan.
Warning messages are also issued if you access any data sets under a different account/initials (userid). You will need to ensure that you have the proper RACF permission to these data sets.
- Reading a data set requires READ access.
- Writing to a data set requires UPDATE access.
- Creating or deleting a data set requires ALTER access.
Check your RACF access to data sets via Titan Web RACF by selecting If a data set is protected and if you have access, in the RACF Profiles Display section. If you do not know who owns the data set, go to the South System Customer Locator and enter the owner initials to see the name and contact information.
*ERROR* -- a definite problem. This JCL will not work on Titan.
You must modify your JCL before you can run it on Titan. For example, you may be executing a procedure that does not exist on Titan or writing to a tape and need to include expiration information for the tape.
For questions on using TitanPrep, call TASC at 301-594-6248. For information about Titan JCL and utilities, see the Titan Batch Processing manual.
The ENTER TITANPREP tool makes it easier for you to determine what is needed to make your JCL "Titan-ready", but it is not infallible. The final test of your JCL is to run it on Titan.
Overview of JCL Changes
| Comments | NIH Computer Center | Transition to Titan | Subscribe/Unsubscribe | Current Issues | Archive |