Example of Calling the Loader with Perl Script
Create
a Perl module with reference to the Perl Libraries,
Parse the call arguments:
# Reference to the Perl Library
# -------------------------------
use SAP::DBTECH::loader;
# Parse the call arguments
# --------------------------
$user_name = $ARGV[0];
$password = $ARGV[1];
$database_name = $ARGV[2];
$data_path = $ARGV[3];
$server_node = "localhost";