Hi, Thanks for the reply. DI job is not mandatory. For the time being, let us also forget scenario. Please think of a SAS program that accepts a name and a match code defined on that name. In the database we have a list of names and the corresponding match codes. This program will compare the input match code with the existing match codes in the database. If a match is found, it returns 1 else 0. >From the calling application in CBS, a name will be passed in the web service, It will in turn utilize a SAS Proc to create the match code on this input name and call the ultimate SAS program. At the end, it will return the match result (0 or 1) to the calling application. Regards, Tirthankar Ghosh India +919830606746
... View more