View previous topic :: View next topic
|
Author |
Message |
mahesh.K.patil
New User
Joined: 19 Jun 2008 Posts: 2 Location: mumbai
|
|
|
|
Hi,
I am getting the SOC1 abend while executing the PL1 program, as i am not much familiar with the PL1 skills please help me out to solve this abend.I am sending the messages displayed in the job log.
Code: |
+ CAPC018E DYNAMIC ALLOCATION FAILED FOR DDNAME CAICSL , RC=04, S99INF
+CAPD111W CSL DD NOT AVAILABLE.
+CAPD115I INTERRUPT OCCURRED IN REGION OR SYSTEM. NO CSECT DUMP WAS PR
CAPE022I JOB06016 STEP010 ABENDED S0C1 IN PROGRAM SYSTEM AT OFFSET
SEND 'CAPE022I JOB06016 STEP010 ABENDED S0C1 IN PROGRAM SYSTEM AT O
USER=(CNC19)
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=0C1 REASON CODE=00000001
TIME=00.58.37 SEQ=01660 CPU=0000 ASID=0055
PSW AT TIME OF ERROR 078D0700 80000004 ILC 2 INTC 01
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 00000000 - 040C0000 814442A0 00000000
GPR 0-3 87A002A4 00005FF8 00000040 87A00286
GPR 4-7 009DA7B0 009E41A8 009B6FF8 FD000000
GPR 8-11 009E4050 009E4468 00000000 009E41A8
GPR 12-15 00DB65EA 00005FA8 80FD5F00 00000000 |
Edited: Please use BBcode Tags when You post some code, that's rather readable, Thanks...Anuj |
|
Back to top |
|
|
dick scherrer
Moderator Emeritus
Joined: 23 Nov 2006 Posts: 19243 Location: Inside the Matrix
|
|
|
|
Hello and welcome to the forum,
Code: |
CAPD111W CSL DD NOT AVAILABLE. |
If your jcl does not contain a CSL DD, suggest you add one. If that does not improve things, post your jcl and any diagnostic info presented by the problem run. Make sure to include message id's. |
|
Back to top |
|
|
|