Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: francoisf
  • Content: Threads
  • Order by date
  1. francoisf

    Example of use of *LDA in RPG program

    Hi, i've heard about an object named *LDA I've been told that it was a data area, and that it was used like a data area in CL programs. How can i read, write or update data of *LDA from RPG400 program ? Thanks in advance !
  2. francoisf

    Some addresses are unreachable from AS400

    Hello, I try to send e-mail from AS400 to internet. I can reach one address (xxxx@fr.ibm.com) but i cannot reach xxxxx@voila.fr neither xxxx@wanadoo.fr Could the reason of the problem be the ".fr" or ".com" ? The AS400 is connected to my local network, and it's configured with a server...
  3. francoisf

    To print on Wyse(winterm) connected printer from AS400

    Hi, i connect a HP1300 printer on wyse (LPT1 port). The wyse is connected to the local network. I declared my printer (with LPR parameter) on a windows server which is connected to local network. I can print on the HP1300 printer from my windows server without opening a session with wyse (the...
  4. francoisf

    To print on LPT1 port of wyse connected printer without openingsession

    Hi, i connect a HP1300 printer on wyse (LPT1 port). The wyse is connected to the local network. I declared my printer (with LPD parameter) on a windows server which is connected to local network. I can print on the HP1300 printer from my windows server without opening a session with wyse (the...
  5. francoisf

    How to run a program after receiving a message in MSGQ ?

    Hi, i want a program to be run (immediatly and automatically) when a message arrives in a MSGQ. I tried this : CRTMSGQ MSGQ(MYLIB/MYMSGQ) CHGMSGQ MSGQ(MYLIB/MYMSGQ) DLVRY(*BREAK) PGM(MYLIB/MYPGM) but it doesn't work : the program is not called. Thank if you can help !
  6. francoisf

    To send e-mail from AS400 to Internet

    Hi, i try to send e-mail (text message first, and then mail with a text file in a folder) from as400 to internet. i do what is explained on this link out : http://search400.techtarget.com/tip/1,289483,sid3_gci818531,00.html and when i use SNDDST command, i get this message "distribution...
  7. francoisf

    How to send mail from AS400 ?

    Hi, i would like to send mail from AS400 to a mail server. I think it may exists a mail server connected on the local network, because i can access to OUTLOOK and i can access to the AS400 from the same PC. i don't know anything about communication between AS400 and others types of systems...
  8. francoisf

    How to reply to message by program (CPA3311)

    Hi ! A program of mine send a message (after a CPYSPLF command). I don't want the user have to reply to it. So i've to reply to it by program. This is the description of the message ...
  9. francoisf

    How to save a spool file ?

    Hi, i would like my spool not to be visible when using WRKSPLF command. (i don't want it to be deleted by a user) Perhaps have i to save it ..? How ? Thanks for your help !
  10. francoisf

    How to change permanently a writer on AS400 ?

    Hi, i've to change a writer : i use CHGWTR WTR(PRT01) FORMTYPE(*SAME *NOMSG) command, but i've to do it after each IPL ... Is there a way to change permanently this parameter ? I didn't manage to find the FORMTYPE parameter in CRTDEVPRT command ... Thanks for your help !
  11. francoisf

    Configure IBM2391printer on network (with AS400)

    Hello, i try to install a IBM2391+ printer on network. I have to create the DEVD on my AS400. I tryed with those parameters : DEVCLS *LAN TYPE 3812 Model 1 connection *IP Port number 9100 *DIRECT Font 11 Type *IBM2391 Syst.Driver *IBMPJLDRV but it doesn't work Does...
  12. francoisf

    How to change writer on a remote system AS400 ?

    Hi ! I've to change a writer on a remote system AS400 from another AS400. I can do it using TELNET command and then using this command : CHGWTR WTR(PRT1) FORMTYPE(*SAME *NOMSG) But i would like to do it automatically by program. I try use this command : AREXEC CMD('CHGWTR WTR(PRT1)...
  13. francoisf

    How to change writer on AS400 remote system by program ?

    Hi ! I've to change a writer on a remote system AS400 from another AS400. I can do it using TELNET command and then using this command : CHGWTR WTR(PRT1) FORMTYPE(*SAME *NOMSG) But i would like to do it automatically by program. I try use this command : AREXEC CMD('CHGWTR WTR(PRT1)...
  14. francoisf

    Spool file staying in spool and device ended after printing

    Hi, i installed a Xerox device (Xerox document centre 440 ST) on my network. Here is the device description : DEVD IMPCH OPTION *BASIC *PRT DEVCLS *LAN TYPE 3812 MODEL 1 LANATTACH *IP PORT...
  15. francoisf

    Spool file staying in outq (as400) after printing

    Hi, i installed a Xerox device (Xerox document centre 440 ST) on my network. I send spool on it from an AS400. The spool is printed without problem, but the spool stays in out queue after printing, and i have no message on the spool file telling me that the spool has been printed. There is...
  16. francoisf

    To read hexadecimal data in char type field with RPG400

    Hi, i try to read a field define as character in DDS, but containing hexadecimal data (i can't see those data using QRY or DSPPFM command, i just can see * or _ caracters). Is it possible to do it with a RPG400 program ? If it isn't, how can i be sure that my system is ok to compile RPG ILE...
  17. francoisf

    Put hexadecimal data into numeric field

    Hello, i've to read hexadecimal data (i suppose because i can't read it using WRKQRY or DSPPFM). Those data should be numeric data. How can i read it by RPG program ? Thank you !

Part and Inventory Search

Back
Top