I lost SA password for Sybase ASE, and Googled about this issue is about how to recover it. I have found some hints like edit the RUN_SERVER.bat and type -psa in the end of command line as:
C:\sybase\ASE-15_0\bin\sqlsrvr.exe -dC:\sybase\data\master.dat -sMYSRV -eC:\sybase\ASE-15_0\install\MYSRV.log -iC:\sybase\ini -MC:\sybase\ASE-15_0 -psa \
or in the first place(as somebody suggest for windows env)
C:\sybase\ASE-15_0\bin\sqlsrvr.exe -psa -dC:\sybase\data\master.dat -sMYSRV -eC:\sybase\ASE-15_0\install\MYSRV.log -iC:\sybase\ini -MC:\sybase\ASE-15_0
and I was waiting to see the following line: NEW SSO password for SA: somepassword, then I can reset it using sp_password. But I the waited line did't appear in cmd screen.
Please, I do need help.