| IBM MAINFRAME HELP FORUMS for COBOL, JCL, CICS, DB2, IMS etc... Help & Support Forums for IBM Mainframe computers Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7, CA-11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, VSAM, ISPF, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
wang_f_y1
Joined: 16 May 2008
Posts: 13
Location: shenzhen
|
| Posted: Thu Jul 17, 2008 4:41 pm Post subject: when i execute EXTRACT in jcl,error message appeared |
|
|
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 |
|
Earl Haigh
Joined: 25 Jul 2006
Posts: 156
|
| Posted: Thu Jul 17, 2008 7:00 pm Post subject: |
|
|
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 |
|
wang_f_y1
Joined: 16 May 2008
Posts: 13
Location: shenzhen
|
| Posted: Fri Jul 18, 2008 1:52 pm Post subject: |
|
|
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 |
|
Robert Sample
Joined: 06 Jun 2008
Posts: 333
Location: Atlanta, GA
|
| Posted: Fri Jul 18, 2008 5:10 pm Post subject: |
|
|
| What does your full DFHCSDUP extract step JCL look like? |
|
| Back to top |
|
enrico-sorichetti
Joined: 14 Mar 2007
Posts: 2565
Location: italy
|
| Posted: Fri Jul 18, 2008 5:29 pm Post subject: Reply to: when i execute EXTRACT in jcl,error message appear |
|
|
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 |
|
wang_f_y1
Joined: 16 May 2008
Posts: 13
Location: shenzhen
|
| Posted: Fri Jul 18, 2008 9:43 pm Post subject: |
|
|
HI,enrico-sorichetti,
YOU ARE RIGHT.
:)
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 |
|
Robert Sample
Joined: 06 Jun 2008
Posts: 333
Location: Atlanta, GA
|
| Posted: Fri Jul 18, 2008 10:28 pm Post subject: |
|
|
| 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 |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|