LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 1996, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Sun, 24 Mar 1996 21:54:49 -0800
Reply-To:     Andrew James Llwellyn Cary <ajlcary@IX.NETCOM.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Andrew James Llwellyn Cary <ajlcary@IX.NETCOM.COM>
Organization: Cary Consulting Services
Subject:      Re: MVS SAS - copying program lists to one BIG ascii file

JamesH wrote: > > In an ISPF environment, I need to concatenate all the members of a given > library to a large ascii file preferably with the name of the member preceeding > the program listing. > > I remember in JCL there was a way, but I lost the JCL book (Deward Brown one) > and cannot find anyone with a copy or the knowhow to do what I need. > > I also heard that there was a proc in SAS to do this, but I haven't had any > luck in finding it. > > Thanx > JamesH > pp001735@bc.cybernex.net

As I recollect it is either the MVS Utility:

IEHMOVE or IEBCOPY

use the 'PUNCH' format.

or the sometimes available utility IOPROGM

Again use the PUNCH format

And you can do it using PROC SOURCE

-- Andrew J. L. Cary | I Reckon that the Opinions Senior Curmudgeon | expressed here DO represent Cary Consulting Services, Newark, CA | those of the management of ajlcary@ix.netcom.com | Cary Consulting Services


Back to: Top of message | Previous page | Main SAS-L page