LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (December 1997)Back to main REXXLIST pageJoin or leave REXXLIST (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 10 Dec 1997 23:08:05 GMT
Reply-To:     REXX Programming discussion list <REXXLIST@UGA.CC.UGA.EDU>
Sender:       REXX Programming discussion list <REXXLIST@UGA.CC.UGA.EDU>
From:         DMcRitchie <dmcritchie@AOL.COM>
Organization: AOL http://www.aol.com
Subject:      Re: Appending a new dataset to an allocated DD

Some information on reallocating your SYSPROC by a TSO user can be found under REALLOC at: http://members.aol.com/dmcritchie/nclist.htm specific document: http://members.aol.com/rexx01/txt/realloc.txt specific clist: http://members.aol.com/rexx02/tsopdf/realloc.txt

I am sure there are better ways of doing this (in REXX) but we used it for years and it worked well. I am rusty on this and can't offer you any further help on reallocating.

David McRitchie DMcRitchie@aol.com

TSO/ISPF and SPF/PC REXX macros http://members.aol.com/dmcritchie/nclist.htm experience with SPF/PC http://members.aol.com/dmcritchie/spf04.htm

>From: "John M. Saxton, Jr." <see_signature@nospam.com> >Date: Wed, 10 Dec 1997 15:43:31 -0500

>Thanks to those who responded to my first email. I am working on a REXX >procedure on an MVS Mainframe. Although I am fluent in OS/2 and NT REXX, >my mainframe REXX/CLIST skills are rusted beyond recognition. > >I need to append a new dataset to a DD that is already being used. I >need to append another dataset to the SYSEXEC or SYSPROC. I assume (be >kind) that I must ALLOC it, but this command keeps failing. Any help or >code sample would be appreciated.

>Return address is John underscore Saxton at ML dot com yeah! yeah! yeah!


Back to: Top of message | Previous page | Main REXXLIST page