Joined: 24 Feb 2006 Posts: 8 Topics: 2 Location: PUNE
Posted: Mon Feb 12, 2007 8:35 am Post subject: Regarding the runtime abend - SFCB.
Hi,
I am executing a simple IMS DB test program. The DBD, PSB and program compillation all are successful.But at the runtime I am getting the Abend SFCB. I am not getting why this is? Whether my System is supporting or not?
Please help me in this....
Details in SPOOL for Abend :
Code:
IEF237I JES2 ALLOCATED TO DFSVSAMP
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=FCB
TIME=12.41.03 SEQ=00273 CPU=0000 ASID=0022
PSW AT TIME OF ERROR 070C1000 80FFEBD2 ILC 2 INTC 0D
NO ACTIVE MODULE FOUND
NAME=UNKNOWN
DATA AT PSW 00FFEBCC - 00181610 0A0D4110 016D182F
Joined: 26 Nov 2002 Posts: 12382 Topics: 75 Location: San Jose
Posted: Mon Feb 12, 2007 9:35 am Post subject:
Jayant S Tibhe,
I think the problem is with this
Quote:
PROGRAM-ID. ISRTPGM.
and your set statement is pointing to
Quote:
// SET MBR=CBLPGM
The load module is created under the name ISRTPGM and you are refering the pgm as CBLPGM in your JCL. Change program id to be CBLPGM and compile your pgm and re-run the job.
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
Posted: Wed Feb 14, 2007 5:36 am Post subject:
From Quickref:
Programs coded or compiled to run on CMS systems commonly issue SVCs
200-204 (X'C8'- X'CC'). If one of these objects is linked into an MVS
load module, it will get the corresponding Fnn ABEND when that
instruction is executed. The fix is to write such code so that it
detects which operating system it's running on and execute the
appropriate instructions.
so maybe you have a CMS module linked into an MVS module. CB is theSVC in question. _________________ Utility and Program control cards are NOT, repeat NOT, JCL.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum