How to use a single quote in PeopleCode
How to use a single quote in PeopleCode. You can use a function of PeopleCode is Quote() and using “‘”
For Example 1 : &WHERE= ” Where emplid = “| “‘” | &emplid | “‘” | ;
For Example 2 : &WHERE= ” Where emplid = “| Quote(&emplid);