For a "one off", I rather liked the simple JCL with a PROC and the volser as a symbol. Then, one volser, one EXEC PROC statement.
If I were going to do this for an ongoing project, then I would consider ISPF file tailoring, but mainly if the input is from a user at a terminal. If the volser list is computer generated into a dataset, then I'd probably use REXX in batch to create the job(s) and write them to SYSOUT=(*,INTRDR). I could probably write an awk program to do it as well. But that seems to be "overkill", to me. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * 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 > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Shmuel Metz (Seymour J.) > Sent: Tuesday, March 06, 2012 2:54 PM > To: [email protected] > Subject: Re: TAPEMAP generator > > In <[email protected]>, on > 03/06/2012 > at 10:43 AM, Paul Gilmartin <[email protected]> said: > > >The best way is a POSIX shell script, > > Why? It looks like a perfect application for ISPF File Tailoring. > > -- > Shmuel (Seymour J.) Metz, SysProg and JOAT > ISO position; see <http://patriot.net/~shmuel/resume/brief.html> > 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 [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

