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

IKJEFT01 Job step abending with CC 12. How to resolve?


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

New User


Joined: 13 Apr 2007
Posts: 59
Location: Chennai

PostPosted: Fri Feb 15, 2008 1:29 pm
Reply with quote

Hi ,

while I tried to submit a Job with the EXEC step IKJEFT01, its is abending with CC 12.

The log is like:
READY
DSN SYSTEM(DB2W)
DB2W NOT VALID SUBSYSTEM ID, COMMAND TERMINATED
READY
RUN PROGRAM(WGEGPULJ) PLAN(WGEBTPL)
INVALID KEYWORD, PLAN(WGEBTPL)
READY
END
READY
END

I am not able to understand why Plan is an invalide keyword and why DB2W subsystem is not valid.

Could you please help me?
Thx,
Reni
Back to top
View user's profile Send private message
ravi17s
Warnings : 1

New User


Joined: 15 Aug 2003
Posts: 57

PostPosted: Fri Feb 15, 2008 2:23 pm
Reply with quote

Please chk the LPAR(Logical Partition of MVS) in which your running.

Invalid Subsystem indicate that the SSID does not exist in the LPAR the job is running.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Feb 15, 2008 2:27 pm
Reply with quote

Rather than checking the LPAR wouldn' t it be simpler to ask the peers or the support group
about the name of the DB2 susbsystem to use icon_question.gif
Back to top
View user's profile Send private message
ravi17s
Warnings : 1

New User


Joined: 15 Aug 2003
Posts: 57

PostPosted: Fri Feb 15, 2008 2:31 pm
Reply with quote

Yeah asking your PEERS is always a good choice to solve environmental Issues.
Back to top
View user's profile Send private message
guruji
Warnings : 1

New User


Joined: 13 Apr 2007
Posts: 59
Location: Chennai

PostPosted: Fri Feb 15, 2008 2:42 pm
Reply with quote

Yes. I've checked the same. Its DB2W itself. But when i trioed to view the Table through FileAid, it was showing that DB2W is operational.

What can be the reason?
Is it because the DB is down? But am getting DB2Q and so., in other regions.

Could you please help??
Back to top
View user's profile Send private message
vebs

New User


Joined: 27 Oct 2007
Posts: 19
Location: UK

PostPosted: Sun Feb 17, 2008 1:15 pm
Reply with quote

Guruji,

this might be a problem with route card in ur jcl that ur using... Did u check that ??

Adding route card to DB2W might help.
Back to top
View user's profile Send private message
lenin

New User


Joined: 12 Oct 2007
Posts: 11
Location: Chennai

PostPosted: Mon Feb 18, 2008 10:43 am
Reply with quote

Please try with having the load module which contains the program IKJEFT01 in Joblib or in steplib.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Feb 19, 2008 12:17 am
Reply with quote

Hi,

Problem of TS is site specific, enrico has directed in right direction. At the most You can try to search some existing JOB used for the same purpose in Your shop. For the time being try this:
Code:
DSN SYSTEM(DB2D)                       
RUN PROGRAM(DSNTIAUL) PLAN(DSNTIAUL) - 
PARM('SQL')                             


Hope this helps.
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts Need help to resolve a hard edit COBOL Programming 8
This topic is locked: you cannot edit posts or make replies. Need help to resolve a hard edit COBOL Programming 4
Search our Forums:

Back to Top