Hello Team
As a requirement , i am supposed to generate sas ETL based API to verify whether URL is working as expected , let us say to verify www.gmail.com (the input parameters are username and password ) ,
i need to generate API and print the results to a file ( 1 : user login successfully , 0 : Username and password doesn't match)
Can any one guide, how to invoke a URL from SAS DI , by passing URL and username and password as input parameters.