how to transfer the file from pc to mainframe??
Answer Posted / amita
The file from the PC can be transferred to mainframe using
FTP (File transfer protocol)
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is the difference between next sentence and continue in cobol programing language?
What is the difference between PIC 9.99 and 9v99 in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How do you reference the fixed block file formats from cobol programs
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Why would you use find and get rather than to obtain?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
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
What is amode(31)
Explain what you understand by passing by value.
What rules are to be followed while using the corresponding options?
Give some examples of command terminators?
Discuss about changing dataset name in proc.
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
) what is the difference between AID and HANDLE AID?