Cynthia, this is very helpful code to assign the URL. I have a question regarding the third argument for CALL DEFINE. yes, we can specify URL for each tempvar. What if i have >100 records to assign different URL? is there any easy way to specify for each records, instead of >100 if ... then...? Another question is that if we can create the hyperlink for a .sas file (like /compoundname/protocolname/programs/tte_kmplot.sas)? i tried to put the folder name there, it works (for example: CALL DEFINE(_COL_,'URL','/compoundname/protocolname/programs');). But when using a sas file name(/compoundname/protocolname/programs/tte_kmplot.sas), it does not work. Thanks a lot!
... View more