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

MQ-DATA-LENGTH is ZERO on MQGET


IBM Mainframe Forums -> Java & MQSeries
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Daniel Prosser

New User


Joined: 05 Nov 2010
Posts: 57
Location: Amsterdam

PostPosted: Tue Dec 18, 2018 5:41 pm
Reply with quote

Hi everyone,

I have a MQGET coded which completed with a Return and reason code of 0, but the DATA-LENGTH field is zero and there doesn't seem to be any data returned.

Code:
MQ-GET-BUF-LEN   =0000003301       
MQ-DATA-LENGTH   =0000000000       
MQ-COMPL-CODE    =0000000000       
MQ-REASON-CODE   =0000000000       


my GET options are set as such.
Code:

 COMPUTE MQGMO-OPTIONS  = MQGMO-NO-SYNCPOINT +     
                          MQGMO-WAIT      +         
                          MQGMO-ACCEPT-TRUNCATED-MSG


Does anyone have any bright ideas?
Back to top
View user's profile Send private message
Daniel Prosser

New User


Joined: 05 Nov 2010
Posts: 57
Location: Amsterdam

PostPosted: Tue Dec 18, 2018 6:33 pm
Reply with quote

Daniel Prosser wrote:
Hi everyone,

I have a MQGET coded which completed with a Return and reason code of 0, but the DATA-LENGTH field is zero and there doesn't seem to be any data returned.

Code:
MQ-GET-BUF-LEN   =0000003301       
MQ-DATA-LENGTH   =0000000000       
MQ-COMPL-CODE    =0000000000       
MQ-REASON-CODE   =0000000000       


my GET options are set as such.
Code:

 COMPUTE MQGMO-OPTIONS  = MQGMO-NO-SYNCPOINT +     
                          MQGMO-WAIT      +         
                          MQGMO-ACCEPT-TRUNCATED-MSG


Does anyone have any bright ideas?


I think the problem is with the message - not my GET.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10872
Location: italy

PostPosted: Tue Dec 18, 2018 6:55 pm
Reply with quote

could it be a consequence of the option
Quote:
MQGMO-ACCEPT-TRUNCATED-MSG
?

might be worth reading the manuals to see what happens to a MQPUTs with zero length message
if it can be done then You will have to do some more checks in Your application
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3051
Location: NYC,USA

PostPosted: Tue Dec 18, 2018 9:28 pm
Reply with quote

Did you specify MQ-DATA-LENGTH during MQGET call?
Back to top
View user's profile Send private message
Daniel Prosser

New User


Joined: 05 Nov 2010
Posts: 57
Location: Amsterdam

PostPosted: Tue Dec 18, 2018 10:41 pm
Reply with quote

Rohit Umarjikar wrote:
Did you specify MQ-DATA-LENGTH during MQGET call?


I think the MQ-DATA-LENGTH is output. I do set the MQ-GET-BUF-LEN.

I have seen that the message on the Q is missing the data portion - though why is still a mystery.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3051
Location: NYC,USA

PostPosted: Tue Dec 18, 2018 10:49 pm
Reply with quote

Quote:
I think the MQ-DATA-LENGTH is output. I do set the MQ-GET-BUF-LEN.
Yes, so do you have it , if not then add 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 -> Java & MQSeries

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts PARSE Syntax for not fix length word ... JCL & VSAM 7
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts VB to VB copy - Full length reached SYNCSORT 8
Search our Forums:

Back to Top