IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Is there any way to allocate(concatenate in the end)


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nayak

New User


Joined: 13 Jul 2005
Posts: 37

PostPosted: Fri Jun 06, 2008 7:10 am
Reply with quote

Hi ,

Is there any way to allocate(concatenate in the end) a Private PDS to SYSEXEC , without disturbing its previously allocated Datasets

Before
Code:

EG : SYSEXEC    A.B.C
                         C.D.E
                         F.G.H


the above 3 are already allocated . Now . I need my PDS (AA.BB.CC) to concatenate in the END,without disturbing prior allocations.so after my PDS allocated, SYSEXEC should look like below

After
Code:

EG : SYSEXEC    A.B.C
                         C.D.E
                         F.G.H
                         AA.BB.CC


This is an example , i just showed 3 lib as prior allocations.But i have more Lib allocated to SYSEXEC, so i cant get which lib was the last lib concatenated . Irrespective of the number of Libs allocated and irrespective of the last pds allocated ... I need my PDS to allocate in the END(concatenation at the LAST) ..

Please suggest me a good way .. if possible ..

Thank You
N.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Fri Jun 06, 2008 7:59 am
Reply with quote

Hello,

You can do what you ask for using ALTLIB.

Here's one topic that may help:
http://ibmmainframes.com/viewtopic.php?t=18666

There are many others if you "SEARCH" the forums for ALTLIB.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Fri Jun 06, 2008 11:27 am
Reply with quote

Yes, concatenation can cause problems if you are not careful.

Use ALTLIB as suggested.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts Concatenate 2 fields (usage national)... COBOL Programming 2
No new posts Is it possible to allocate DA dataset... All Other Mainframe Topics 5
No new posts concatenate sysin to dsn JCL & VSAM 7
No new posts Need help to concatenate files with w... All Other Mainframe Topics 3
No new posts How to force ISPF to allocate ISPF te... TSO/ISPF 9
Search our Forums:

Back to Top