View previous topic :: View next topic |
Author |
Message |
sivafdms Intermediate
Joined: 29 May 2007 Posts: 165 Topics: 77
|
Posted: Tue May 26, 2009 5:23 am Post subject: SYSPROC is not allocated |
|
|
Hi All,
I want to allocate a dataset USERID.SOF.CLIST to SYSPROC DDNAME. So first i typed command TSO ISRDDN, but i don't see the SYSPROC. So i want to know can we allocate the SYSPROC and if so please tell me how can we do that.
Thanks,
Siva |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Tue May 26, 2009 5:28 am Post subject: |
|
|
TSO FREE F(SYSPROC)
TSO ALLOC F(SYSPROC) DA('USERID.SOF.CLIST') SHR REU |
|
Back to top |
|
 |
sivafdms Intermediate
Joined: 29 May 2007 Posts: 165 Topics: 77
|
Posted: Tue May 26, 2009 12:21 pm Post subject: |
|
|
Thanks superk,
Do i need to run the two commands at a time.
Thanks,
Siva |
|
Back to top |
|
 |
superk Advanced

Joined: 19 Dec 2002 Posts: 684 Topics: 5
|
Posted: Tue May 26, 2009 1:29 pm Post subject: |
|
|
You don't have to. The REUSE parameter of ALLOCATE frees any existing allocations first anyway. |
|
Back to top |
|
 |
|
|