|
|
| Author |
Message |
suman_236
New User
Joined: 18 Nov 2005 Posts: 10 Location: Chennai
|
|
|
|
Hello,
I got the below abend when using the XPEDITOR. Can anyone solve this?
'User abend 3,007 dec occurred processing command 'XPCP ' |
|
| Back to top |
|
 |
References
|
Posted: Fri Nov 18, 2005 2:05 am Post subject: Re: 'User abend 3007 for 'XPCP' command in XPEDITOR |
 |
|
|
 |
suman_236
New User
Joined: 18 Nov 2005 Posts: 10 Location: Chennai
|
|
|
|
I think i found the reason....
...it was a space abend....my logon id didn't provide sufficient space for the xpeditor...
REsolution.....
Increase the Region allocation to your logon id....as below
At the TSO menu type-in the command
G TSOA LOGON-ID SIZE(1240000)
after you enter the above command.....system will require you password...give the login password.
To check if the command went fine....
go to spool...and open your logon-id job.....the jobcard should show the increased region value....
//LOGON-ID JOB (YT22*84098220),'SUMAN',REGION=1240000K
//$SPPROC EXEC $SPPROC |
|
| Back to top |
|
 |
|
|