View previous topic :: View next topic |
Author |
Message |
mpolcum Beginner
Joined: 22 Jul 2004 Posts: 2 Topics: 2
|
Posted: Thu Feb 17, 2005 9:29 pm Post subject: AK Status when I added new PCB. |
|
|
Hi,
I did added index PCB, because added one new index to database.
I recompiled my IMS DC program, when I tried to execute, at DL/I call getting AK status code. (AK- means invalid field name in SSA)
When check PSB/PCB code and SSA looks good and endevor RC=0.
I could not able to figure it out, even the IMS DC code looks good to me.
Please help me if anyone have solution to this.
Thanks
Madan |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Feb 18, 2005 8:20 am Post subject: |
|
|
madan,
You can also receive the status code AK if the program is accessing a logical child through the logical parent. DL/I returns AK if the field specified in the qualification has been defined for the logical child Segment, and it includes (at least partially) the portion of the logical child that contains the concatenated key of the logical parent.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
rk_pulikonda Beginner

Joined: 27 May 2003 Posts: 22 Topics: 2 Location: India
|
Posted: Fri Mar 04, 2005 8:57 pm Post subject: |
|
|
Madan,
Check the PCB order in your enry statement or procedure division with your PSB. PCB order should be same in program and PSB.
Thanks
Ram. _________________ Thanks
-Ram |
|
Back to top |
|
 |
|
|