View previous topic :: View next topic |
Author |
Message |
deepeshk79 Beginner
Joined: 20 Jun 2003 Posts: 112 Topics: 48 Location: Bangalore
|
Posted: Fri Feb 25, 2005 5:36 am Post subject: SYSUEXEC not allocated |
|
|
Hi,
Iam executing a rexx program to copy a pds to another pds and then use the LMINIT, LMOPEN ..etc to do some operations on the copied pds.
However iam encoutering the following error
Code: |
READY
ISPSTART CMD(REXXPGM)
ALTLIB terminated. DDNAME 'SYSUEXEC' not allocated or not permanently allocated
'SYSUEXEC' must be permanently allocated before activating EXEC USER library.
|
Any thoughts on this ?
Thanks,
* * |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12376 Topics: 75 Location: San Jose
|
Posted: Fri Feb 25, 2005 8:42 am Post subject: |
|
|
Deepesh,
Try this
- Go to option 6
- At the command prompt Type "ALLOC FILE(SYSUEXEC) DATASET('YOUR REXX PDS') SHR and press enter
- At the command prompt Type "ALTLIB ACTIVATE USER(EXEC)"
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
|
|