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

RX Command code


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

New User


Joined: 05 Dec 2005
Posts: 79

PostPosted: Wed May 28, 2008 3:11 pm
Reply with quote

Hi,

Under what situation, RX command will be issued. Pls help
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Wed May 28, 2008 3:13 pm
Reply with quote

RX
The program issued a REPL that violated the replace rule for that segment.
Back to top
View user's profile Send private message
Prabha
Warnings : 2

New User


Joined: 05 Dec 2005
Posts: 79

PostPosted: Wed May 28, 2008 3:23 pm
Reply with quote

Yeah That i know well. I want to know the situation. What is that violation rule?
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Wed May 28, 2008 3:33 pm
Reply with quote

Please visit these links.
www.ibmmainframes.com/about22310.html
publib.boulder.ibm.com/infocenter/dzichelp/v2r2/index.jsp?topic=/com.ibm.ims9.doc.adb/ic0a1ab1999730.htm

This should be the Programmer Response as per IBM library: Correct the REPL call, or check with the DBA or the equivalent specialist at your installation.
Back to top
View user's profile Send private message
am_ne

New User


Joined: 24 Mar 2007
Posts: 25
Location: Bangalore

PostPosted: Wed May 28, 2008 5:34 pm
Reply with quote

Following are the some of the violation rules I can remember.

1. Must issue a Get-Hold call prior to issuing a REPL function call
2. Should not issue any other call using the same PCB, between the time a Get Hold call is issued and the time a Replace call is issued, unless that other call is also a Get Hold call.
3. Should not normally code SSA's in the Replace calls except when the Get Hold call is with one or more SSA's using the D command code.
4.The KEY field in the segment cannot be modified before the REPL calls.
Back to top
View user's profile Send private message
Sinkaravelan S

New User


Joined: 21 Apr 2008
Posts: 27
Location: coimbatore-TN india

PostPosted: Wed May 28, 2008 9:11 pm
Reply with quote

Thanks Yaar!!!
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
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 Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
Search our Forums:

Back to Top