IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

sql query execute error - space issue


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
somdatta28

New User


Joined: 08 Feb 2008
Posts: 4
Location: India

PostPosted: Wed Dec 30, 2009 7:01 pm
Reply with quote

Hi ,
am trying to execute sql query through batch , the table has got lot many records ,when i am executing its giving me the message

OPTION QUERYLANG=SQL

SELECT WIDE_KEY,DATA FROM BC_MATCH_WIDE

EXECUTE *
DQ028E - NO SYSTEM WORK SPACE IS AVAILABLE TO EXECUTE YOUR REQUEST

please find the jcl which i am executing:-

//STEP010 EXEC PGM=DQBATCH
//DQOUT DD DUMMY
//SYSPRINT DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
//SNAPER DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD *
SIGN-ON CSPMYM
OPTION QUERYLANG=SQL
SELECT WIDE_KEY,DATA FROM BC_MATCH_WIDE
EXECUTE *
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Dec 30, 2009 7:06 pm
Reply with quote

Is there any details in the product documentation for the message:

DQ028E - NO SYSTEM WORK SPACE IS AVAILABLE TO EXECUTE YOUR REQUEST

about what the cause is or recommendations for how to fix it?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 2
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts SFTP Issue - destination file record ... All Other Mainframe Topics 2
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
Search our Forums:

Back to Top