The Start PC Command (STRPCCMD) command allows you to run a single application, a DOS command, or an OS/2 command on an attached personal computer.
The Start Client Access Organizer (STRPCO) command starts the Client Access Organizer on the host system.
Note: The STRPCO CL command must be issued before running the STRPCCMD CL command.
Find the sample code below.
<pre> DCL VAR(&CMD) TYPE(*CHAR) LEN(500)
CHGVAR VAR(&CMD) VALUE('START ' || +
'http://www.google.co.in')
STRPCO PCTA(*NO)
MONMSG MSGID(IWS4010)
STRPCCMD PCCMD(&CMD) PAUSE(*NO) </pre>
Pradeep.
Last Wiki Answer Submitted: November 10, 2011 6:14 am by deepu93213,370 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
I wanted to know the internal logic of this Command?
You will need to contact IBM to get an answer for that. Most likely, IBM will refuse to answer.
Tom