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 are the pertinent COBOL commands?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Write a program to enter and display the names of students in a class using the occurs clause.
Mention the guidelines to write a structured cobol program?
In COBOL programming, what is PERFORM? What is VARYING?
Give some examples of command terminators?
what is the use of outrecord?
How do define dynamic array in cobol.
how to move the records from file to array table. give with code example
Explain how to differentiate call by context by comparing it to other calls?
what is difference between cobol and cobol/400
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the usage of comp fields in cobol?
) How do u handle errors in BMS macro
Whats the difference between search & search ALL?