View previous topic :: View next topic |
Author |
Message |
danm Intermediate
Joined: 29 Jun 2004 Posts: 170 Topics: 73
|
Posted: Thu Sep 23, 2004 10:17 am Post subject: isrddn |
|
|
I invoked ISRDDN and enter F(ree) next to a DDName:
Code: |
> F SYSEXEC
DBSIPO SHRKEEP > _ QMF.XXX.SDSQEXCE
SYSOS3 SHRKEEP > _ ISP.XXX.SISPEXEC
SYS015 SHRKEEP > _ RLX.XXX.RLXEXEC
|
I got this error message:
FILE SYSEXEC NOT FREED DATA SET IS OPEN
I can only free SYSEXEC if I exit ISPF (back to TSO Ready) and invoke ISPSTART. Can I free SYSEXEC without exiting ISPF ? |
|
Back to top |
|
|
superk Advanced
Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Thu Sep 23, 2004 10:29 am Post subject: |
|
|
Must be a site-specific restriction.
On my system, I can FREE and ALLOCATE both SYSEXEC and SYSPROC all day long without ever exiting ISPF. |
|
Back to top |
|
|
Maton_Man Beginner
Joined: 30 Jan 2004 Posts: 123 Topics: 0
|
Posted: Tue Oct 12, 2004 7:14 pm Post subject: |
|
|
I would guess that this is dependent on whether these datasets are allocated in your logon JCL or whether you allocate them later in a logon CLIST/Rexx. If they are in your JCL then that is why you can't free them. _________________ My opinions are exactly that. |
|
Back to top |
|
|
|
|