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

ISPLINK Serivice


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
chanti

New User


Joined: 22 Nov 2008
Posts: 30
Location: hyderabad

PostPosted: Thu Sep 25, 2014 3:47 pm
Reply with quote

Hi,

I'm trying to execute Submit Command through ISPLINK Service in XL C/C++ programming.

Syntax in TSO/ISPF

address ispexec "select cmd(submit '"ztempf"') Lang(APL)"

Similarly using ISPLINK Service in XL C/C++

fztempf = "userid().XXXX.CNTL"

int ret = ISPLINK("SELECT ","CMD ","SUBMIT ",fztempf);

but i'm getting system abend code 878 reason code 00020

When i looked at it, it says "There is not enough virtual storage in the LSQA to build a new address queue anchor table (AQAT) stack."

Can you please guide me ??


Thanks,
Chanti
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Thu Sep 25, 2014 6:00 pm
Reply with quote

If you have multiple screens open then close some of them and see if that helps.
Back to top
View user's profile Send private message
daveporcelan

Active Member


Joined: 01 Dec 2006
Posts: 792
Location: Pennsylvania

PostPosted: Thu Sep 25, 2014 6:10 pm
Reply with quote

You may need to logon on with a larger region size for your tso session.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Sep 25, 2014 6:50 pm
Reply with quote

post the program so that we can take a look at what is going on
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Thu Sep 25, 2014 9:42 pm
Reply with quote

Instead of guessing at the syntax, please look at the syntax diagram for Call ISPLINK("SELECT ", ...) in the ISPF Services Guide.

You put 'C3D4C440'x where a length value should be; the result is that it can not honor your request.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts OC1 abend about ISPLINK when starting... TSO/ISPF 2
No new posts Calling ISPLINK from COBOL TSO/ISPF 16
No new posts How to call LIBDEF using ISPLINK COBOL Programming 14
Search our Forums:

Back to Top