Which command can not be executed on Application server
-
sqlexec
-
winexec
-
sendmail
-
scrollselect
B
Correct answer
Explanation
winexec is a Windows-specific command that cannot execute on a PeopleSoft Application Server (typically Unix-based). sqlexec executes SQL, sendmail sends emails, and scrollselect performs fetch operations, all valid Application Engine commands. The winexec command is only available in Windows-based client environments like Application Designer.