Mar 22, 2004 #1 andymc1 Programmer Joined Jun 28, 2002 Messages 23 Location CH Hi I want to know what how to find out what database a particular cics region is pointing to...all help much appreciated????
Hi I want to know what how to find out what database a particular cics region is pointing to...all help much appreciated????
Mar 22, 2004 1 #2 stevexff Programmer Joined Mar 4, 2004 Messages 2,110 Location GB andy You don't say what kind of database, but assuming it's DB2 then Code: dsnc disp stat will tell you which one... Steve Upvote 0 Downvote
andy You don't say what kind of database, but assuming it's DB2 then Code: dsnc disp stat will tell you which one... Steve