Answer(s)
- mainframe batch process extracts sales information from a legacy point-of-sale system, nightly.The batch process deposits this information in a binary file in the directory/usr/local/POS/salesdata/ftp_report_sales_daily . What is the best way to access the data in yourprocess definition?A. Use an FTP control that is called synchronously from the process definition.
- Create an Application View to access a J2CA adaptor that integrates with the legacymainframe application, and call an Application View control from your process.
- Use a File control that is configured to read ftp_report_sales_daily from the directory/usr/local/POS/salesdata .
- Create an Application View to integrate with the FTP server and call an Application Viewcontrol from your process.
- Use an FTP control that is called asynchronously from the process definition.
Correct Answer Use a File control that is configured to read ftp_report_sales_daily from the directory/usr/local/POS/salesdata .