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
/*