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

Need JCL for DB2 TERM UTILITY


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
suji

New User


Joined: 28 Feb 2006
Posts: 3
Location: Hyderabad

PostPosted: Thu Mar 02, 2006 11:54 am
Reply with quote

hi,

We are in need of JCL for DB2 Termination utility urgently. We tried to excute the following jcl for the same and we are getting error as shown below.

Please provide the correct jcl to run termination utility in DB2

//TERM EXEC PGM=IKJEFT01,COND=((8,GT,S1),EVEN)

//*

//**********************************************************

//* IF THE PREVIOUS UTILITY STEP, S1, ABENDS, ISSUE A

//* TERMINATE COMMAND. IT CANNOT BE RESTARTED.

//**********************************************************

//*

//SYSPRINT DD SYSOUT=A

//SYSTSPRT DD SYSOUT=A

//SYSOUT DD SYSOUT=A

//SYSUDUMP DD SYSOUT=A

//SYSTSIN DD *

DSN SYSTEM(DSN)

-TERM UTILITY(TEMP)

END

/*

ERROR



ACF0C038 ACF2 LOGONID ATTRIBUTES HAVE REPLACED DEFAULT USER ATTRIBUTES

READY

DSN SYSTEM(DSNG)

COMMAND DSN NOT FOUND

READY

-TERM UTILITY(UNCL18)

INVALID COMMAND NAME SYNTAX

READY

END

READY

END
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Thu Mar 02, 2006 2:28 pm
Reply with quote

I think that your message comes from ACF2, which is a security product. You might want to solve this issue first.

O.
Back to top
View user's profile Send private message
martin9

Active User


Joined: 01 Mar 2006
Posts: 290
Location: Basel, Switzerland

PostPosted: Thu Mar 02, 2006 2:48 pm
Reply with quote

your problem is not the -TERM, instead check
why you cannot get connected to your db2 ssid
--> DSN SYSTEM(DSNG)
COMMAND DSN NOT FOUND

if the connection is established, it should work, the job is correct...
check yout installation!

martin9
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts REASON 00D70014 in load utility DB2 6
No new posts ISRSUPC search utility - using high l... TSO/ISPF 2
No new posts Batch install term/printer CICS 2
No new posts Any JCL or VSAM Utility to get number... JCL & VSAM 1
No new posts DATA SET LIST UTILITY screen TSO/ISPF 6
Search our Forums:

Back to Top