how to transfer the file from pc to mainframe??

Answers were Sorted based on User's Feedback



how to transfer the file from pc to mainframe??..

Answer / sreejith

use SEND option in ISPF 6 option.
let it try

Is This Answer Correct ?    2 Yes 0 No

how to transfer the file from pc to mainframe??..

Answer / nasser

FTP it from a notepad on your desktop to PDS member of a MF

Is This Answer Correct ?    2 Yes 0 No

how to transfer the file from pc to mainframe??..

Answer / praveen b

Option 6 on POM will be easiest way to accomplish the
transfer of a file from PC to mainframe.

Is This Answer Correct ?    0 Yes 0 No

how to transfer the file from pc to mainframe??..

Answer / atluri

Apart from utins ISPF option 6 with the Send Command, If
your installation uses Sterling Commerce Connect : Direct
you can transmit files from Mainframe to other operating
Systems by writing a script.

Is This Answer Correct ?    1 Yes 2 No

Post New Answer

More COBOL Interview Questions

I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?

3 Answers   HCL, IBM,


SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.

3 Answers   Lehman Brothers,


Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?

6 Answers   ABC, IBM, Mphasis, Wipro,


Can we move X(9) to 9(9). If yes what are the ways for doing this?

3 Answers  


what r the types of perform statement

4 Answers  


How To move a value to an array using move verb?

3 Answers   IBM,


What are the different rules for performing sort operation?

1 Answers  


consider the following two statements MOVE 10 TO N PERFORM PARA-X N TIMES STOP RUN PARA-X MOVE 5 TO N how many times PARA-X willbe exicuted? a.10 b.5 c.infinate d.execution error

6 Answers   ABCL, TCS,


created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?

2 Answers   HCL,


select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself

2 Answers  


copy 100 records without using ibm utilities

3 Answers  


what is the diff b/w select stsmt and cursor ?

2 Answers  


Categories