No of visitors who read this post:
529
Category:
Prog\Scripting Languages
Type:
Question
Author:
Luke barnes
Please describe the internal logic and functioning of the Start PC command or the STRPCCMD. I am using AS/400 and would like to know how it gets connected to other PC commands? Can anyone help me?
- Login or Signup Now to post comments

Hopefully you are using a CL program when issuing the STRPCCMD command. Just follow the procedure below to solve your problem:
DCL &CMD *CHAR 123
DCL &VARIABLE *CHAR 25
CHGVAR &CMD VALUE("Start http:\\IP address\My webpage.asp?NSN=" *CAT &VARIABLE *CAT " *NO PAUSE"
STRPCCMD &CMD
In case that fails to work then I will refer you to the following website to have a look:
http://www-01.ibm.com/support/docview.wss?uid=nas125cbd3c71c3cafd0862572d700525c
Regards
Thompson Locker