Run CL from Windows batch file
Platform: AS400
JDE Version: OW
Hello folks!, does anyone knows how to solve the following:
-We need to run a .bat file from windows to run a CL on AS400 and create Sales Order through EDI files
Procedure:
--------------------
1. The .bat file on Win contains the following commands:
CWBLOGOn 192.200.107.70 /u WAU /p WAU > conn.txt
REM Process EDI Transactions OnDemand from Windows batch file
rem rmtcmd "CALL PGM(MFUENTES/TRASLAWAU)" > log.txt
2. The PGM is intended to excute the program: P47011, version WAURM1
This program will create Sales Order through EDI files
3. The logs (conn.txt y log.txt) displays:
JDE Version: OW
Hello folks!, does anyone knows how to solve the following:
-We need to run a .bat file from windows to run a CL on AS400 and create Sales Order through EDI files
Procedure:
--------------------
1. The .bat file on Win contains the following commands:
CWBLOGOn 192.200.107.70 /u WAU /p WAU > conn.txt
REM Process EDI Transactions OnDemand from Windows batch file
rem rmtcmd "CALL PGM(MFUENTES/TRASLAWAU)" > log.txt
2. The PGM is intended to excute the program: P47011, version WAURM1
This program will create Sales Order through EDI files
3. The logs (conn.txt y log.txt) displays:
Tagged:
0