PDA

View Full Version : How to send a object to a other system



Guest.Visitor
01-01-1995, 02:00 AM
Everybody knows the commands SNDNETF and SNDNETSPLF. However, he don’t have a SNDOBJ command. Each time that I need to send a objet (ex: MSGF) to a other system (we have 5 separate AS/400s in 5 different cities), I must save this object in a SAVF, send this SAVF with the SNDNETF command, do a STRPASTHR, receive this SAVF by the RCVNETF command, delete the object if he already exist and finally restore the object with the RSTOBJ command. Ouff!!! Therefore, I wrote a program to do this boring job (with a DDM file and the SBMRMTCMD command). But I unlike it. I found an API, QY2FTML, who do exactly what I need, but I must specify a member name and a MSGF haven't any member!!! Dany GagnonComputer Student Danygagnon@hotmail.com