View previous topic :: View next topic |
Author |
Message |
karavi2000 Beginner
Joined: 17 Aug 2003 Posts: 51 Topics: 26 Location: Chennai
|
Posted: Wed Sep 01, 2004 11:05 pm Post subject: Allocating Private Panel Library to ISPPLIB |
|
|
Hi,
I was trying to install a command package into my ISPF. It had some 400 panels to be installed to my System Panel Library. But my concatenated panel datasets doesnt have that much directory space to include these 400 panels. When I tried to concatenate my private library to System panel library, I got the error saying
'FILE ISPPLIB NOT UNALLOCATED, DATA SET IS OPEN'.
Is there any way I can include my private library to ISPPLIB.
Please let me know.
Thanks & Regards,
Ravishankar |
|
Back to top |
|
|
Brian Beginner
Joined: 12 Aug 2003 Posts: 95 Topics: 6
|
Posted: Thu Sep 02, 2004 12:18 am Post subject: |
|
|
Ravi,
You need to first save your ISRDDN settings to a file. Just say TSO ISRDDN so that it opens the dataset allocation listing. Type a CLIST on the command line so that it gets saved as <uid>.ISRDDN.CLIST.
Edit this clist and search for the ISPPLIB ddname and concatenate your dataset to it. Go to the ready prompt and execute this clist saying ex '<uid>.ISRDDN.CLIST' so that the panel library gets allocated.
Make sure you then type a ispf test to get back to ispf.
cheers
Brian |
|
Back to top |
|
|
karavi2000 Beginner
Joined: 17 Aug 2003 Posts: 51 Topics: 26 Location: Chennai
|
Posted: Thu Sep 02, 2004 1:05 am Post subject: Re.Allocating Private Panel Library to ISPPLIB |
|
|
Hi Brian,
That was great to have your response.
Yeah. I was able to edit the 'ISRDDN.CLIST '. Here I have a problem.
When I tried 'ISPF TEST' in my ready prompt it said 'Command Not Allowed'. Since we are using Client mainframes, I dont want to get into any problem. Will editing the 'ISRDDN.CLIST' dataset and executing it in TSO and not doing any 'ISPF TEST' will bring me any problem.
Please let me know.
Thanks & Regards,
Ravishankar |
|
Back to top |
|
|
ofer71 Intermediate
Joined: 12 Feb 2003 Posts: 358 Topics: 4 Location: Israel
|
Posted: Thu Sep 02, 2004 12:07 pm Post subject: |
|
|
Can't you use LIBDEF ??
O.
________
buy cheap vaporizer
Last edited by ofer71 on Sat Feb 05, 2011 11:19 am; edited 1 time in total |
|
Back to top |
|
|
iam_ksairam Beginner
Joined: 13 May 2010 Posts: 2 Topics: 0
|
Posted: Fri May 21, 2010 1:22 am Post subject: |
|
|
Brian wrote: | Ravi,
You need to first save your ISRDDN settings to a file. Just say TSO ISRDDN so that it opens the dataset allocation listing. Type a CLIST on the command line so that it gets saved as <uid>.ISRDDN.CLIST.
Edit this clist and search for the ISPPLIB ddname and concatenate your dataset to it. Go to the ready prompt and execute this clist saying ex '<uid>.ISRDDN.CLIST' so that the panel library gets allocated.
Make sure you then type a ispf test to get back to ispf.
cheers
Brian |
Hi Brain,
This was quite usefull .... thanks alot
I have started learning rexx , its pretty man.. |
|
Back to top |
|
|
|
|