×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
I have a CSV I have created on the IFS that I am trying to copy to their desktop via PCO. They told me the following:
"The PCO session A command prompt screen comes up. It says" The syntax of the command is incorrect. Press any key to return." I hit return and the screen goes blue and then returns to menu. Nothing shows up in my Docs."
I am not sure where to continue looking since I don't have access to their PC. They are on Windows XP. Here is what I am doing:
ExecClCmd('CALL PGM(RUNPCCMD) ' +
'PARM(''copy \\192.168.0.200\exportfiles\' +
'customersbysalesperson.csv %USERPROFILE%\Documents'')');
RUNPCCMD.CLLE
PGM PARM(&CMD)
DCL VAR(&CMD) TYPE(*CHAR) LEN(120)
STRPCO
MONMSG MSGID(IWS4010)
STRPCCMD PCCMD(&CMD) PAUSE(*YES)
ENDPGM
This works on my PC (Windows Vista), but not theirs. Any thoughts?
--
Mike Wills
http://mikewills.me
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.