If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Mainframe DB2 Utility on Aix Unix

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 09-10-09, 06:40
neo_charan neo_charan is offline
Registered User
 
Join Date: Sep 2009
Posts: 1
Mainframe DB2 Utility on Aix Unix

Hi

I have db2 utility running in Z/OS Mainframe through jcl.The utility is
DSN1CHKR.

I need to migrate the jcl to AIX Unix environment.

How can we run the DSN1CHKR utility in AIX UNIX.

Please find the current code in mainframe as below
//STEP01 EXEC PROC=DSN1CHKR,SSID=DSNE,DBID=DSNDB06,
// TSID=SYSDBASE
//STOPTS.SYSTSIN DD *
DSN SYSTEM(DSNE)
-STODB(DSNDB06)
SPACENAM(SYSDBASE)
END
/*
//STARTTS.SYSTSIN DD *
DSN SYSTEM(DSNE)
-STA DB(DDSNDB06)
SPACENAM(SYSDBASE)
END
/*
Reply With Quote
  #2 (permalink)  
Old 09-10-09, 07:39
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Obviously you cannot run Z/OS utilities on AIX. The db2dart program would be somewhat similar in purpose, however you don't run it regularly but only to repair damaged objects. It requires that the database is inactive.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On