Actually, the command to invoque ftp and interpret scriptname is:
ftp -vin<scriptname
scriptname would read:
open server
user username password
binary (or ommit for default "ASCII")
put sourcename destinationname
bye
Hi,
Use the TERMINAL statement. Make shure your PROTERMCAP has the definitions for the terminal emulations you want to use.
FOR EACH customer:
DISPLAY customer.
END.
TERMINAL = "wy60w".
OUTPUT TO TERMINAL PAGED.
FOR EACH customer:
DISPLAY customer WITH WIDTH 132.
END.
OUTPUT...
Hi,
Use the TERMINAL statement. Make shure your PROTERMCAP has the definitions for the terminal emulations you want to use.
Example from the dynatext documentation.
FOR EACH customer:
DISPLAY customer.
END.
TERMINAL = "wy60w".
OUTPUT TO TERMINAL PAGED.
FOR EACH customer:
DISPLAY...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.