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 |
diffrence between z(2) and z9(2)
I am getting S00F abend when i try to compare two variable of different pic class,one variable is of 9(09) and another is S9(09) comp-3. First i moved the data from S9(09) comp-3 to 9(09), but no luck. So i tried to move the data from S9(09) comp-3 to X (09) and move to 9(09). I am getting same error message, Please help me to find solution for this ptoblem. ERROR MESSAGE - "The system or user abend S00F R=NULL was issued."
what is the meaning of pic 9(09)v99-
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between goback, stop run and exit program in cobol?
which generation language is cobol
can we use the two 01 level in file discription ?
What is rmode(any) ?
if a file has 1000 recods how copy the records from 1 to 100 records using sort
I have a File that has duplicate records. I need only those records that occur more than thrice.?
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?