As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only. Moving forward, myibi is our community platform to learn, share, and collaborate. We have the same Focal Point forum categories in myibi, so you can continue to have all new conversations there. If you need access to myibi, contact us at myibi@ibi.com and provide your corporate email address, company, and name.
I can't get the synatax right for adding an apostrophe in front of a string. I've tried the two scenarios below but get the same results for both
-SET &GRAD = 'COMPUTE GRAD/A6 = IF J7.SEG01.gradtermint NE MISSING THEN '|''|'gradtermint ELSE '|''|'EDIT(DEANHLD.SEG01.gradint);';
PRINT
&GRAD
COMPUTE GRAD2/A6 = IF J7.SEG01.gradtermint NE MISSING THEN ''|gradtermint ELSE ''|EDIT(DEANHLD.SEG01.gradint);
The results for both GRAD and GRAD2 are 19
when I want '19This message has been edited. Last edited by: Trudy,