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

BATCH JCL to display BMC UTILITIES


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

New User


Joined: 23 Feb 2005
Posts: 7

PostPosted: Wed Mar 04, 2009 2:05 pm
Reply with quote

Could someone help me by giving the BATCH JCL to display BMC UTILITIES
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Wed Mar 04, 2009 2:36 pm
Reply with quote

Please check it with your support or peers. They must have standard JCLs.

I'm using this.
Code:
//STEP00  EXEC PGM=IKJEFT...
.
.
.
.
//SYSTSIN DD *
ABUDSN /db2-sub-sys-name/ABUD2300/
+DISPLAY UTILITY(util-id)
Back to top
View user's profile Send private message
venkad1110

New User


Joined: 23 Feb 2005
Posts: 7

PostPosted: Wed Mar 04, 2009 3:14 pm
Reply with quote

It works, Thanks a lot
Back to top
View user's profile Send private message
Itanium

Active User


Joined: 22 Jan 2006
Posts: 114
Location: India

PostPosted: Tue Nov 10, 2009 2:57 pm
Reply with quote

i tried to use the same utility for terminating utilities, but it isn't working. Can you please let me know if there is something different to terminate utilities in batch.

Error displayed,
Code:

 +TERM UTIL(ABCD)                                                     
SQL CODE -204 AT STATEMENT NUMBER 00000237 - ERROR PROGRAM DSNXOTL.     
 DSNT408I SQLCODE = -204, ERROR:  BMC.BMC_UTILITY IS AN UNDEFINED NAME   
 DSNT418I SQLSTATE   = 42704 SQLSTATE RETURN CODE                       
 DSNT415I SQLERRP    = DSNXOTL SQL PROCEDURE DETECTING ERROR             
 DSNT416I SQLERRD    = -500  0  0  -1  0  0 SQL DIAGNOSTIC INFORMATION   
 DSNT416I SQLERRD    = X'FFFFFE0C'  X'00000000'  X'00000000'  X'FFFFFFFF'
          X'00000000'  X'00000000' SQL DIAGNOSTIC INFORMATION           
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Wed Nov 11, 2009 11:57 pm
Reply with quote

Hi,

Please show us JCL step you used. Are you sure you use BMC Load/Unload utility?

Please start a new thread for new questions.
Back to top
View user's profile Send private message
Itanium

Active User


Joined: 22 Jan 2006
Posts: 114
Location: India

PostPosted: Thu Nov 12, 2009 7:53 am
Reply with quote

Hi,

Yes, we are using BMC utility.

Below is the JCL that i tried to terminate the utilities.

Code:
//STEP00  EXEC PGM=IKJEFT...
.
.
.
.
//SYSTSIN DD *
ABUDSN /db2-sub-sys-name/ABUD2300/
+TERM UTIL(util-id)
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 How to get a stack trace on a looping... ABENDS & Debugging 5
No new posts Calling Java method from batch COBOL ... COBOL Programming 5
No new posts Help in Automating Batch JCL jobs mon... JCL & VSAM 3
No new posts Batch install term/printer CICS 2
No new posts File Aid Batch IBM Tools 7
Search our Forums:

Back to Top