how to transfer the file from pc to mainframe??
Answers were Sorted based on User's Feedback
Answer / nasser
FTP it from a notepad on your desktop to PDS member of a MF
| Is This Answer Correct ? | 2 Yes | 0 No |
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 |
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 |
I have a cobol program with a sub program. How ca i find that it is a dynamic call? or static call..?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
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?
what r the types of perform statement
How To move a value to an array using move verb?
What are the different rules for performing sort operation?
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
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?
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
copy 100 records without using ibm utilities
what is the diff b/w select stsmt and cursor ?