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

Modify the GDG parameters thru File-Aid.


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
msgpk

New User


Joined: 22 Jan 2008
Posts: 7
Location: India

PostPosted: Tue Jan 22, 2008 5:15 pm
Reply with quote

How can we modify the GDG parameters thru File-Aid.
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: Tue Jan 22, 2008 10:39 pm
Reply with quote

Hello,

If you post what you actually want to do, someone may have a suggestion.

IDCAMS is usually used to define/modify GDGs.
Back to top
View user's profile Send private message
msgpk

New User


Joined: 22 Jan 2008
Posts: 7
Location: India

PostPosted: Thu Jan 24, 2008 2:31 pm
Reply with quote

Hello,


I created a GDG base with Limit 10.

now i want to increase the limit 10 to 15.

how to modify the limit thru FILE-Aid?

please suggest me ASAP.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Jan 24, 2008 2:38 pm
Reply with quote

what would be wrong in using something like
Code:
//AMS     EXEC PGM=IDCAMS
//SYSIN     DD *
  ALTER gdg.base LIMIT(newlimit)
/*
Back to top
View user's profile Send private message
msgpk

New User


Joined: 22 Jan 2008
Posts: 7
Location: India

PostPosted: Thu Jan 24, 2008 2:51 pm
Reply with quote

E.S,

IDCAMS is fine.

some one asked me how to modify limit thru FILE-AID?
Is it possible thru FIle_Aid?

thanks for yopur reply....
Back to top
View user's profile Send private message
mnnarayankar

New User


Joined: 21 Jan 2008
Posts: 23
Location: bangalore

PostPosted: Sun Feb 03, 2008 4:27 pm
Reply with quote

I think Once u created a GDG with limit.

Then its impossible to increase the limit.

second option is that to simply drop the GDG and create new GDG with maximum limit.
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: Sun Feb 03, 2008 6:35 pm
Reply with quote

Hello,

Quote:
Then its impossible to increase the limit.
Completely wrong. . . .

The correct answer was alerady posted (IDCAMS/ALTER).

Unless/until you actually try what you post and verify if something will work or not, it is best not to post a contradiction to a solution. Why would you think it "impossible"?
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Sun Feb 03, 2008 11:06 pm
Reply with quote

I think FILE-AID also calls IDCAMS only in back-end..
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Feb 04, 2008 12:05 am
Reply with quote

You can both increase and decrease the limit

the only thing to pay attention is when the limit is being decreased
if the gdg parameters are empty scratch the generations execeding the limit will vanish..

I tested it, once upon a time, but I do not remember if they vanish
at alter time or at the allocation of the next generation
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Mon Feb 04, 2008 4:39 am
Reply with quote

Anuj,


Quote:
FILE-AID also calls IDCAMS only in back-end..


It would be great if u can direct us to a link which has these details.
Back to top
View user's profile Send private message
abhishekmdwivedi

New User


Joined: 22 Aug 2006
Posts: 95
Location: india

PostPosted: Mon Feb 04, 2008 2:51 pm
Reply with quote

msgpk,

You can define a GDG using FILE-AID. But FILE-AID do not provide facility to modify it. But ya you can modify it using IDCAMS (As suggested by enrico).
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top