Answers

Question and Answer:

  Home  Peoplesoft Tools

⟩ How the output of a sql query be stored in a variable using peoplecode?

You can use SQLExec to do the same.

SQLExec("SELECT EMPLID FROM JOB",&Emplid);

The value of EMPLID gets stored in the variable &Emplid.

 182 views

More Questions for you: