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

Getting Protection exception error(SOC4) in PLI program


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Kunal Surpurkar

New User


Joined: 15 Nov 2012
Posts: 47
Location: India

PostPosted: Tue Jul 09, 2013 3:29 pm
Reply with quote

Dear Team,

I have coded a PLI-IMS program that reads the IMS database and writes 2 output files. There is no error in the program and the output is as expected.

The next requirement is to write the ASCA reports to 2 output files.

I have added ASCA report to output file 1 and the program works fine.

But, When I add ASCA report as in, Assigning the amounts, record count etc using the different structures that were used during ASCA report 1, I get the below error.

Code:
CEE3204S The system detected a protection exception (System Completion Code=0C4)
Location:                                                                         
Program Unit:  Entry: DLITPLI Statement:  Offset: +00000AB2                     
Machine State:


As far as I understand, we get this error when the same fields are used for 2 different assignments.

I have checked that and modified the program as per it. But, still I get the same error.

Your input will be highly useful.

Kindly let me know incase more information is needed.
Thanks a lot in advance.
Back to top
View user's profile Send private message
Kunal Surpurkar

New User


Joined: 15 Nov 2012
Posts: 47
Location: India

PostPosted: Tue Jul 09, 2013 3:54 pm
Reply with quote

Dear Team,

The issue is resolved now.

I have used Procedures for the 2 reports. I kept 2 ASCA calculations in 2 different procedures and it worked icon_smile.gif
Back to top
View user's profile Send private message
Nic Clouston

Global Moderator


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

PostPosted: Tue Jul 09, 2013 4:22 pm
Reply with quote

Well, actually a protection exception occurs when you trample over storage that does not belong to your program - probably by exceeding the bounds of an array. You probably indvertantly 'fixed' the problem by restructuring your program.

You can use the same variable for as many different assignments as you want - as long as the data is compatible with the variable declaration.
Back to top
View user's profile Send private message
Kunal Surpurkar

New User


Joined: 15 Nov 2012
Posts: 47
Location: India

PostPosted: Tue Jul 09, 2013 4:33 pm
Reply with quote

Dear Nic,

Thanks for throwing the light on it. Much appreciated. icon_smile.gif
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top