0B0-103  Exam

Exam # of questions Description  Update
0B0-103 58 Integration Solutions... 02/15/2011
[Practice Test]    [Download Study Guide(PDF)]   [Update Exam]

0B0-103 - Exam Information
  • Description: Integration Solutions
  • Passing Score: 0%
  • Practice Test - Number of questions: 58 questions
  • Simulation Test - Number of questions: 58 questions
  • Simulation Test Duration: 120 minutes
  • Has explanations: No

Question of the day

Answer(s)

  1. 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.
  2. Create an Application View to access a J2CA adaptor that integrates with the legacymainframe application, and call an Application View control from your process.
  3. Use a File control that is configured to read ftp_report_sales_daily from the directory/usr/local/POS/salesdata .
  4. Create an Application View to integrate with the FTP server and call an Application Viewcontrol from your process.
  5. 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 .