Answer Posted / richard
how do you write a vbscript to do this using aviva
interface or eiconbasic macro..none work right now
Sub Main()
rc% = session.connect(false)
msgbox rc%
rc% = session.hostname
Msgbox rc%
pcfile = "c:\Documents and Settings\e454221
\Desktop\testblk.txt"
FileTransfer.PCFIle = pcfile
FileTransfer.scheme = "SendTXT_TSO"
FileTransfer.hostfile = "e454221.testxfer.clist"
rc% = FileTransfer.send(FALSE)
msgbox rc%
rc% = filetransfer.status
msgbox rc%
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between COBOL2 AND COBOL390?
How do you define a variable of comp-1 and comp-2?
Explain how you can characterize tables in cobol?
Name the sections present in data division.
How you can read the file from bottom?
How arrays can be defined in COBOL?
What is the use of intialize verb?
how to refer the data field?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Write a program to enter and display the names of students in a class using the occurs clause.
How are the next sentence and continue different from each other?
What is inspect in cobol ?
What is the Purpose of Pointer in the string?
how do you define single dimensional array and multidimensional array in your cobol?