Hi, trying to upgrade one of our QA env to V10.1 from V9.5. Getting below error when tried to execute first arsdb command.
$ pwd
/u/ars/V10R1M0/bin
$ ./arsdb -I CMODLHIQ -vu
CEE3501S The module DSNAO64C was not found.
From entry point ArsSQLAllocHandle at compile unit offset +000000003816
6ADA at entry offset +0000000000000042 at address 0000000038166ADA.
�1� + Done(137) ls -alE /u/ars/V9R5MC/exits/qa/HCAQ
17040244 Killed ./arsdb
DSNAO64C module is present in linklist library and not sure why 'ls -alE /u/ars/V9R5MC/exits/qa/HCAQ' command is displayed. Any suggestions?
Make sure you're calling the correct version with the arsdb command. While in OMVS type in: echo $PATH and check the version of the bin directory that shows up. If it's wrong you need to update your .profile.
Make sure you have both SDSNLOAD and SDSNLOD2 in your STEPLIB concatenation.
Ed