how to transfer the file from pc to mainframe??
Answers were Sorted based on User's Feedback
Answer / amita
The file from the PC can be transferred to mainframe using
FTP (File transfer protocol)
| Is This Answer Correct ? | 13 Yes | 0 No |
We can use Option 6 in mainframe to transfer a file from
mainframe to PC or PC to mainframe. More over,we can use
FTP via command prompt in PC to trasfer a file to and from
Mainframe.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / rkt
The easiest way to transfer a file from Mainframe to PC and
vice versa is to use ISPF panel number 6. Go to this panel
and click on the Receive file option in menu bar. Provide
the sufficient paths (like host path and pc path). One
prompt will popup to say your file will be transfer and
contents will be saved in notepad.
It could work fine in case If you need any assistence
please let me know.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / srinivasa yadav
IN ISPF PANNEL GO FOR OPTION 6 i.e TRANSFER
BY THIS OPTION 6 WE CAN DO 2 THINGS.
1)WE CAN TRANSFER FROM MAINFRAMES TO PC.
2)AND WE CAN TRANSFER FROM PC TO MAINFRAMES.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / pawan
It can be done through Emulator software(Session)if file is
from your PC(local) or NDM Or FTP ( if File is from remote
or local server)
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,
What do you understand by psb and acb?
How to retrive the 9th records out of ten records using the cobol program ?
what is subscript in cobol?give realtime example?
i have n records in one file and in this file there is some fields and i want to count that how many sharma in my file so plz give the coding that how we read sharma ?
COMP?
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
ID DIVISION. PROGRAM-ID. PLO. DATA DIVISION. WORKING-STORAGE SECTION. 01 VAR1 PIC 9(2). 01 VAR2 PIC X(2). PROCEDURE DIVISION. ACCEPT VAR2. MOVE VAR2 TO VAR1. STOP RUN. if i give 'PI' in var2 then what will b output of progr. any abend?????
01 var1 pic s9(9)v99. 01 var2 pic x(30). procedure division. move 12345.99 to var1. move12345.99 to var2. display var1. display var2. what is the output?
What are the different data types in cobol?
IF I mention stop run in CICS what happens?
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please