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

Status code "CF"


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
pshongal

New User


Joined: 14 Jun 2012
Posts: 96
Location: India

PostPosted: Tue Nov 06, 2012 11:43 am
Reply with quote

Hi,

Could you please let me know when we get the status code as "CF"

I have below IMS call

CALL WS-IM300DLI USING GU
IO-PCB1
IU-MQ-TRIGGER-MSG

Do I need to handle CF status here? which I am not doing now.
(This is to read message from a OTMA transaction).
Back to top
View user's profile Send private message
PeterHolland

Global Moderator


Joined: 27 Oct 2009
Posts: 2481
Location: Netherlands, Amstelveen

PostPosted: Tue Nov 06, 2012 11:49 am
Reply with quote

CF

Explanation:
The message being returned on the GU call was received by IMS before the start of this IMS execution. CF can be received on a CHKP call when an I/O area is specified for an MPP or message-oriented BMP. This occurs when a CHKP call issues an internal GU call. This DL/I code is only received by transactions that are eligible to issue commands.


Programmer response:
This is an information-only status code.
Back to top
View user's profile Send private message
pshongal

New User


Joined: 14 Jun 2012
Posts: 96
Location: India

PostPosted: Tue Nov 06, 2012 11:54 am
Reply with quote

Thanks Peter.

My understanding was we get CF only for CHKP calls. So I was confused whether I get CF status code in the GU call I have mentioned above.
Back to top
View user's profile Send private message
don.leahy

Active Member


Joined: 06 Jul 2010
Posts: 765
Location: Whitby, ON, Canada

PostPosted: Tue Nov 06, 2012 6:19 pm
Reply with quote

If you look at IMS messages and codes manual you will find a chapter called 'About DLI status codes'. This chapter contains a chart listing the DLI status codes and the type of DLI call that can encounter them.

This chart shows that CF can be returned by a GU (message) call.
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 -> IMS DB/DC

 


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 Job completes in JES, but the status ... IBM Tools 1
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
Search our Forums:

Back to Top