Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 10548

Re: Issue with exec() command in 4.1

$
0
0

Hi Joshua,


Did you mean double quotes around the following? I will be using a variable instead but is this where you wanted the double quotes?


$L_ETL_FILENAME = GET_ENV ('DS_COMMON_DIR') || ''\LOG\[$L_ETL_EXEC_FILE]'' ;


_____________________________________________________________________________________


$L_ETL_EXEC_FILE = 'JOB_TEST';

 

 

$L_ETL_FILENAME = GET_ENV ('DS_COMMON_DIR') || '\LOG\[$L_ETL_EXEC_FILE]' ;

 

 

print($L_ETL_FILENAME);

 

 

$L_RETURN_VARCHAR2 = EXEC ('[$L_ETL_FILENAME]', '', 1);

 

 

print('JOB_LOAD_BHI_REFERENCE_CODE_SET Execution result: [$L_RETURN_VARCHAR2]');


Viewing all articles
Browse latest Browse all 10548

Trending Articles