Good morning, our customers, for privacy reasons, do not want to give the account to access the database with sensitive information. Our batch COBOL applications (no cics) are accessing the database with odbc using this statment like this: EXEC SQL CONNECT TO :WS-DB USER :WS-USER USING :WS-PASSWORD END-EXEC. The values of these variables are taken with the cobol command: DISPLAY "HPASS" UPON ENVIRONMENT-NAME ACCEPT WS-PASSWORD FROM ENVIRONMENT-VALUE Our customers do not want to put in a ENVIRONMENT or into a script file. there are alternatives? thanks...
↧