how to transfer the file from pc to mainframe??
Answers were Sorted based on User's Feedback
Answer / ajay ahuja
Through FTP (File Transfer Protocol) !!!!!
Also Manually we can do this ==>
1. On menu options use "Transfer" option (Host File
Transfer).
2. Use host system TSO (click radio Button).
3. Specify Host file name and member (if want to store in
PDS member). Remember, file name ur specifying must be
existing one and of same record length as of PC file. say
ABC.XYZ.FILE
4. At Browser "specify the path of file to be copied from
PC to Mainframe. then Apply and OK.
5. Go to ISPF Screen, option =6.
6. again go to option "Transfer", underneath "Send". The
PC file will be copied to Mainframe file (ABC.XYZ.FILE).
Similarly if one want to Transfer from Mainframe to PC,
same process can be followed Except use "Receive" in point
6.
Note: Manually transfer will be used for small files only
coz its time consuming.
I hope this will help u all.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / 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 |
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
if a>b continue display x. dispaly y. end-if display 1 display 2. display 3. what should be my output ?
what is the default print format? in cobol
Mention the guidelines to write a structured cobol program?
how can we fetch 3 records in cobol pgm any coding pls ?
What is ASKTIME, SUSPEND
What is "Call by content" and "call by reference"?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
I know my query will return more than one row but I don't want cursor what should I do?
in cobol perform stmt whether it first checks the condition or not
Which mode is used to operate the sequential file?