1,025 pts.
 AS400 – Command
Hi, How is STRPCCMD is working? I wanted to know the internal logic of this Command? How its getting connected with PC Commands etc.,

 

 



Software/Hardware used:
AS400
ASKED: November 10, 2011  5:33 AM
UPDATED: March 17, 2012  6:56 AM

Answer Wiki:
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  deepu9321   3,370 pts.
All Answer Wiki Contributors:  deepu9321   3,370 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 107,995 pts.