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

RESP CODE-44 what is this ?


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
bvenu
Warnings : 1

New User


Joined: 17 Aug 2005
Posts: 7

PostPosted: Wed Aug 17, 2005 6:31 pm
Reply with quote

hi, i got this respcode when i am writing data into TS Que ?
It is QID error, but what it means?
Back to top
View user's profile Send private message
happyend

New User


Joined: 18 Aug 2005
Posts: 10
Location: Bangalore,India

PostPosted: Mon Aug 22, 2005 11:21 am
Reply with quote

I think the response code 44 means "Queue Not found" error
Back to top
View user's profile Send private message
pradhan.satyabrata

New User


Joined: 23 Aug 2005
Posts: 1
Location: indian

PostPosted: Tue Aug 23, 2005 5:51 pm
Reply with quote

Hi
Resp code 44 means 'Queue Not Found' ,this occurs only when you are trying to execute follwoing command
EXEC CICS READQ
QID("qname123")
...............
...............
END-EXEC.

in the above commaond if there is no TS Queue with name 'qname123' then it will give you respcode 44.

regards,
satyabrata
Back to top
View user's profile Send private message
s390

New User


Joined: 23 Aug 2005
Posts: 3

PostPosted: Wed Aug 24, 2005 2:22 pm
Reply with quote

RESP 44 - Means QUEUE NOT FOUND this may happen while readq or deleteq. If you are trying to delete a tsq which is not available you will get this return code.
Back to top
View user's profile Send private message
sendil

New User


Joined: 30 Jun 2005
Posts: 27

PostPosted: Tue Aug 30, 2005 3:50 pm
Reply with quote

This error is due to queue is not available in your cics region. so that you can write the queue with following cics command.


Correction welcomed..........


Thanks
sendil
Back to top
View user's profile Send private message
sendil

New User


Joined: 30 Jun 2005
Posts: 27

PostPosted: Tue Aug 30, 2005 4:05 pm
Reply with quote

EXEC CICS WRITEQ TS
( QUeue() | QName() )
< Sysid() >
From()
< Length() >
< NUmitems()|Item()
< Rewrite > >
< Main |Auxiliary >
< NOsuspend >
END-EXEC.
Back to top
View user's profile Send private message
prasanth_thavva

New User


Joined: 28 Jul 2005
Posts: 86
Location: Chennai

PostPosted: Thu Sep 01, 2005 10:58 am
Reply with quote

hi,
can any body tell me is it pozzible of getting this abend in real time..
Back to top
View user's profile Send private message
harish_mf

New User


Joined: 31 Jul 2005
Posts: 18
Location: bangalore

PostPosted: Thu Sep 01, 2005 1:11 pm
Reply with quote

this comes when queue not found status while you are reading the records in tsq.
Back to top
View user's profile Send private message
harish_mf

New User


Joined: 31 Jul 2005
Posts: 18
Location: bangalore

PostPosted: Thu Sep 01, 2005 1:12 pm
Reply with quote

try out in getmain or assign to solve but iam not sure.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top