Hi All,

Have a SAS Macro which has a value for in_timestamp="1234"
this macro calls a .ksh file which in turns calls a SAS macro which uses this in_timestamp macro variable
but am not sure how to pass this macro variable to the macro thorugh .ksh file
Please Help