I have a program performing the following :
1. MQCONN
2. MQOPEN with MQOO_INPUT_AS_Q_DEF + MQOO_FAIL_IF_QUIESCING
3. MQBEGIN
4. MQGET with MQGMO_WAIT + MQGMO_FAIL_IF_QUIESCING + MQGMO_SYNCPOINT
If after the GET I simulate an unexpected error which causes the app to crash, the msg just read by...
II am not sure if I have explained myself properly( I am a newbie!). Here's more info :
Input record Output record
Name Surname Name Surname
"Steve" "Martin" "Mr Steve" "Martin"
"Maria" "Martin" * AT THIS POINT *
So in the above example at the point marked I...
Within a DSTX output card, how can I make reference to the previous occurrence of that same output ?
So, if I am currently writing output record 10, how could I make reference to an item within output record 9 ?
I assume that with [] you could reference the previous output but this does not...
Within a DSTX output card, how can I make reference to the previous occurrence of that same output ?
So, if I am currently writing output record 10, how could I make reference to an item within output record 9 ?
I assumed that with [] you could reference the previous output but this does not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.