Something very simple with renaming six variables in a do file. I cant understand why the /// is not working as I am expecting it to. Thought it helps breaks code across two lines. The do file stops here. See below if I am using the // and /// properly
. **# RT LABS and PET*********************************************** **********
. rename (ecogpsattransfm rtbaselinecreatininet rtbaselinealbumin ///
rtbaselinebilirubintotal rtbaselineancpmicliter rtplateletsbaselinepmiclitr) ///
(tsbecog rtsbcreat tsbalbm tsbblr tsbanc tsbplt) // Renaming with tsb transformation baseline prefix
( invalid name
r(198);
. **# RT LABS and PET*********************************************** **********
. rename (ecogpsattransfm rtbaselinecreatininet rtbaselinealbumin ///
rtbaselinebilirubintotal rtbaselineancpmicliter rtplateletsbaselinepmiclitr) ///
(tsbecog rtsbcreat tsbalbm tsbblr tsbanc tsbplt) // Renaming with tsb transformation baseline prefix
( invalid name
r(198);
Comment