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 |
How many sections are there in data division?.
What is the meaning of 'Eject' verb in cobol?
What is difference between comp & comp-4?
how to code in cobol while using variable block file?
What is the default value of DISP parameter?
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
what is record label is empty or standard in file description of data division?
If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?
whn do i get soc7 abend while moving alphanumeric to numeric or while moving numeric to aplhanumeric please reply ASAP?
What is the usage of comp fields in cobol?
wht r the advantages of 77 level number ?