error in cobol



Support for OS/VS COBOL, VS COBOL II, COBOL for OS/390 & VM and Enterprise COBOL for z/OS

error in cobol

Postby surime72 » Wed Apr 17, 2013 3:18 pm

while i was trying to compile the program it was showing below erro message:

A user abend,0102,occurred in module DFSZSR00 CSECT DFSZSR00 at offset X'6F4'.

The abend was caused by machine instruction 05EF (BRANCH AND LINK) in module
CSGCBB09 program CSGCBB09 at offset X'9F72'.

Recently referenced data items:

  Data Item . . . . . . . . :,BLW=0004+370
    At Address. . . . . . . :,22C3D3F8,
    Length. . . . . . . . . :,X'4'
    Data Item Storage . . . :,00000000   *....*

NOTE: Source code information for program CSGCBB09 could not be presented
     ,because no compiler listing or side-file data sets were provided.



i was not able to under stand the error
surime72
 
Posts: 107
Joined: Sun Oct 23, 2011 1:45 pm
Has thanked: 0 time
Been thanked: 0 time

Re: error in cobol

Postby enrico-sorichetti » Wed Apr 17, 2013 3:36 pm

while i was trying to compile the program

Your view of things is pretty confused

the abend does not occur at compile time,
the abend occurs at RUN time

DFSZRC00 is an IMS module

the program is probably <an IMS program> and the 102 abend is a standard IMS abend
look it up Yourself in the manuals and/or speak to Your support
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: error in cobol

Postby Anuj Dhawan » Tue Apr 30, 2013 6:45 pm

Enrico is correct. That's U0102, a standard abend for IMS-COBOL Program with check-point restart logic. If You're allocating some (GSAM) files in the start of the Job (whihc are used for locating restart point) - and the program abends. Make sure, at restart you don't re-allocate the files.
Anuj
Anuj Dhawan
 
Posts: 273
Joined: Mon Feb 25, 2008 3:53 am
Location: Mumbai, India
Has thanked: 6 times
Been thanked: 4 times


Return to IBM Cobol

 


  • Related topics
    Replies
    Views
    Last post