Problem:
Customer is running stand alone MFA client and are unable to Drag & Drop VSAM files.
They are getting the following message:
MFDAS06: Call to module 'DFCONV' failed. Unable to convert the VSAM/QSAM file.
Resolution:
This error is valid. The reason is that stand alone Drag & Drop does not include the Cobol runtime so this error occurs on vsam files.
If you have another Micro Focus product installed you can get around the error. First search your machine for dfconv.lbr and if you have one, add the path to this file to your path environment variable.
The issue is, if the Cobol Runtime is not loaded on your machine there is nothing you can do with the vsam files, as a convert must be done. With MFA standalone only - there's nothing you can do with the vsam files.
#EnterpriseDeveloper
#MFDS