I have been working with data queues for a while on a project. This one has me stumped. I know the SND works, I can see what it has in the que with debug. This just sits there waiting to get something! What is the issue. Help please.
Code:
$RCVQ BEGSR
Z-ADD -1 VWWAIT
CALL 'QRCVDTAQ' 95
PARM 'CRC151QA' VWDTAQ 10
PARM '*LIBL ' VWLIB 10
PARM FLDLEN 5 0
PARM C#STRU
PARM VWWAIT 5 0







Comment