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

Facing the user abend U1771 while executing Cobol program


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
GaganGarg

Active User


Joined: 31 Mar 2010
Posts: 134
Location: India

PostPosted: Tue May 11, 2010 7:19 pm
Reply with quote

Hi,

I am facing user abend U1771 while executing a cobol program in ARCCTRL. when I execute the program without using ARCCTRL, it is running fine but with ARCCTRL, job is throwing User abend U1771. Can anybody please let me know what are the possible reasons for this user abend?

Thanks
Gagan
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Tue May 11, 2010 9:08 pm
Reply with quote

GaganGarg wrote:
Hi,

I am facing user abend U1771 while executing a cobol program in ARCCTRL. when I execute the program without using ARCCTRL, it is running fine but with ARCCTRL, job is throwing User abend U1771. Can anybody please let me know what are the possible reasons for this user abend?

Thanks
Gagan

By information given one tell very little. I am sorry am ignorant but what is ARCCTRL?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue May 11, 2010 9:40 pm
Reply with quote

Hello,

Quote:
when I execute the program without using ARCCTRL
How does one execute a program using ARCCTRL? As Sambhaji asks - what is ARCCTRL?

Sounds like the U1771 is caused by ARCCTRL, so this should be explained in the ARCCTRL documentation. . .
Back to top
View user's profile Send private message
Ronald Burr

Active User


Joined: 22 Oct 2009
Posts: 293
Location: U.S.A.

PostPosted: Wed May 12, 2010 2:24 am
Reply with quote

I "believe" that the ARCCRTL referred to is really AR/CTL - a product of BMC Software that facilitates RESTART of a program following an abend that can be fixed without requiring code changes.
Back to top
View user's profile Send private message
GaganGarg

Active User


Joined: 31 Mar 2010
Posts: 134
Location: India

PostPosted: Wed May 12, 2010 9:01 am
Reply with quote

Hi,

ARCCTRL is a utility that is used to run the batch programs from the point where it got abended, i mean suppose a program abends at some point and we want to restart the program from the same point (i.e. data processed till the abend occurs will not get processed when we restart the job). Can anybody please let me know from where i can get information about this utility?
Thanks
Gagan
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed May 12, 2010 9:07 am
Reply with quote

Hello,

From your co-workers, your manager, or your technical support people.

If this was bought/built to facilitate restart on your system, people on your system would be the best (and maybe the only) people who would know.
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 12, 2010 11:03 am
Reply with quote

Hi,

From BMC AR/CTL FOR DB2 V3R6,
Quote:
U1771

Explanation: APPLICATION RESTART CONTROL (AR/CTL) has detected an error or a user-requested abend.

System Action: Processing terminates.

User Response: Check the AR/CTL messages issued during the job step for details about the cause of the error or user-requested abend and the action to take.
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top