cozbatch version 1.2.5 2009-04-20
Co:Z sftp version: 1.2.5 (5.0p1) 2009-04-20
Is it possible to point the PASSWD_DSN environment variable at a DD statement instead of hardcoding the dataset name? We have tried this, and the result is...
Code: Select all
fromdsn(DD:PASSWD)[E]: DatasetHandler: Error in fopen(//DD:PASSWD, rb,type=record,noseek,recfm=*) - EDC5037I The specified ddname was not found. (errno2=0xC00B05B1)
Simply executing the read_passwd_dsn.sh script with PASSWD_DSN pointing to '/DD:PASSWD' is successful; unfortunately, trying to use this same PASSWD_DSN reference in executing cozsftp doesn't seem to work for us. Is there a solution or workaround?