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

when i execute EXTRACT in jcl,error message appeared


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
wang_f_y1
Warnings : 1

New User


Joined: 16 May 2008
Posts: 47
Location: shenzhen

PostPosted: Thu Jul 17, 2008 4:41 pm
Reply with quote

hi,everybody
i want to EXTRACT my DFHCSD resource, but i execute the EXTRACT in jcl ,error message appeared.below error message.

JESMSGLG:
IEA995I SYMPTOM DUMP OUTPUT 741
SYSTEM COMPLETION CODE=0C4 REASON CODE=00000010
TIME=09.36.47 SEQ=13207 CPU=0000 ASID=002A
PSW AT TIME OF ERROR 478D1000 94110A78 ILC 4 INTC 10
ACTIVE LOAD MODULE ADDRESS=1410DCF8 OFFSET=00002D80
NAME=IGZCEV5
DATA AT PSW 14110A72 - 300CBE3F D0D595C5 302B4770
AR/GR 0: 80D258D0/800D4558 1: 00000000/1410178C
2: 00000000/800C5130 3: 00000000/D74C9330
4: 00000000/00000000 5: 00000000/00000001
6: 00000000/00099108 7: 00000000/00000004
8: 00000000/000AF000 9: 00000000/000997FC
A: 00000000/141017C0 B: 00000000/14110628
C: 00000000/14105018 D: 00000000/141016B0
E: 00000000/000C5130 F: 01000002/00000000

SYSPRINT:
EXTRACT LIST(LISTCOMM) OBJECTS USERPROGRAM(DFH0CBDC)




DFH5120 I PRIMARY CSD OPENED; DDNAME: DFHCSD
DFH5624 S THE EXTRACT EXIT PROGRAM HAS BEEN UNLOADED DURING CLEAN-UP PROCESSING FOLLOWING THE INTERCEPTION OF AN ABEND.
DFH5623 S THE PRIMARY CSD HAS BEEN CLOSED DURING CLEAN-UP PROCESSING FOLLOWING THE INTERCEPTION OF AN ABEND.
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Thu Jul 17, 2008 7:00 pm
Reply with quote

First: Since the job received an OC4, I would increase the
region size on the EXEC pgm statement and rerun the job


Second; I would perform a Google Search on the error message.
Back to top
View user's profile Send private message
wang_f_y1
Warnings : 1

New User


Joined: 16 May 2008
Posts: 47
Location: shenzhen

PostPosted: Fri Jul 18, 2008 1:52 pm
Reply with quote

Earl Haigh wrote:
First: Since the job received an OC4, I would increase the
region size on the EXEC pgm statement and rerun the job


Second; I would perform a Google Search on the error message.

i already increase the region size.below the original code.

//EXTRACT EXEC PGM=DFHCSDUP,REGION=0M
//STEPLIB DD DISP=SHR,DSN=SYS1.CTS310A.SDFHLOAD

but still apear the same error
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Jul 18, 2008 5:10 pm
Reply with quote

What does your full DFHCSDUP extract step JCL look like?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Jul 18, 2008 5:29 pm
Reply with quote

I still do not understand why people do not spend five seconds to google with,
for example, DFHCSDUP IGZCEV5
to get, always for example
Back to top
View user's profile Send private message
wang_f_y1
Warnings : 1

New User


Joined: 16 May 2008
Posts: 47
Location: shenzhen

PostPosted: Fri Jul 18, 2008 9:43 pm
Reply with quote

HI,enrico-sorichetti,
YOU ARE RIGHT.
icon_smile.gif
according to the Cause instruction,i pass the eror.
i add this content in my jcl
// DD DISP=SHR,DSN=SYS1.SCEERUN

additionally,what is the SCEERUN for?
whay do we use SCEERUN datset?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Jul 18, 2008 10:28 pm
Reply with quote

SCEERUN is the Language Environment run-time library. It provides the run-time routines used by LE while a program is executing. If it is not part of the linklist at your site, you may have to supply it to most of the STEPLIB concatenations.
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Need help for File Aid JCL to extract... Compuware & Other Tools 23
Search our Forums:

Back to Top