How to comment out a piece of the peoplecode in a program?

Submitted by: Administrator
REM can be used to comment a single line, but it will be processed by the comp. processor;

Single and multiple line commenting:

/* PeopleCode stmts

------ ------ ------ ----

*/

Nested Comments:

<*

/* PC Stmts ...... ..... ..... */

/* ...... Some info on code ...... */

/* More comments */

*>
Submitted by: Administrator

Read Online PeopleCode Job Interview Questions And Answers