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

Doubt in using command code O


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

New User


Joined: 26 Apr 2010
Posts: 73
Location: India

PostPosted: Tue Jan 13, 2015 3:14 pm
Reply with quote

Hello Team,

I have tried the SSA as follows ; but I am getting AJ status code.

Code:

DLI_FUNC = 'GHU';                                             
DLI_CNT = 5;                                                   
CALL PLITDLI(DLI_CNT,                                         
             DLI_FUNC,                                         
             DBPCB,                                           
             IOAREA,                                           
             'PARENT  (PID     EQP001)',               
             "CHILD   *O('000000F3000000F6'X=798887)");       


Here I want to get a segment in child having the characters '798887' from offset 3 having a length 6. Please advise.
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Wed Jan 14, 2015 3:05 am
Reply with quote

I've never seen Command Code 'O'. I can't find it in my IMS version 11 manual.

Since an 'AJ' means an error in the format of an SSA, that probably means that there is no 'O' status code in the version you are running.

Where did you see command code 'O'?
Back to top
View user's profile Send private message
Appu

New User


Joined: 26 Apr 2010
Posts: 73
Location: India

PostPosted: Wed Jan 14, 2015 10:06 am
Reply with quote

Hello ,

Here is the link :

http://www-01.ibm.com/support/knowledgecenter/#!/SSEPH2_13.1.0/com.ibm.ims13.doc.apr/ims_ocmdcode.htm
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


Joined: 10 May 2007
Posts: 2455
Location: Hampshire, UK

PostPosted: Wed Jan 14, 2015 3:43 pm
Reply with quote

That is for IMS Version 13. Which version are you using? If you do not know then check with your admin (but it should appear somewhere on IMS generated output).
Back to top
View user's profile Send private message
Ed Goodman

Active Member


Joined: 08 Jun 2011
Posts: 556
Location: USA

PostPosted: Wed Jan 14, 2015 11:40 pm
Reply with quote

Well, your link says "You must specify the offset and length as two 4-byte binary values"

What you have in your example is not two four byte fields. I doubt you can use the internal format of the hex representation within the quotes.


So...define an SSA in whatever PLI calls working storage, then use that.
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