how to ftp the natural program to desktop? (from mainframe
to pc), is it possible?
Answer Posted / sk
No, I believe we cannot do that
But you can always write the whole program into a TSO
dataset and from there you can FTP it to your desktop
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Explain how to move cursor to a particular field when position is not known?
Explain the data storage?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain how to find occurrence of mu and pe fields in a file?
How to receive data passed through jcl parm parameter in a natural program?
How are you going to remove duplicates from the file that is being read?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Suppose you are processing an input file in a natural program and you want the program to fail if the file is empty. What command you use in natural to force it to fail?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
Explain how are you going to remove duplicates from the file that is being read?
How to find occurrence of mu and pe fields in a file?
What is the difference between read(1) and read work file once?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?