how to ftp the natural program to desktop? (from mainframe
to pc), is it possible?

Answers were Sorted based on User's Feedback



how to ftp the natural program to desktop? (from mainframe to pc), is it possible?..

Answer / vinodh

Yes, it is possible. The below JCL can list the source of
the Natural program to a dataset and it can be very well
downloaded using option 6.

//STEP1 EXEC NATBATT
//SYSOUT DD SYSOUT=*
//CMPRINT DD DSN=USERID.MYNATPGM,
// DISP=(NEW,CATLG,DELETE),
// SPACE=(CYL,(1,1),RLSE),RECFM=FBA,LRECL=133
//SYSIN DD *
LOGON NATLIB
L MYNATPGM
FIN
/*
NATLIB = YOUR NATURAL LIBRARY
MYNATPGM = YOUR NATURAL PROGRAM

Is This Answer Correct ?    8 Yes 0 No

how to ftp the natural program to desktop? (from mainframe to pc), is it possible?..

Answer / 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

More Natural Interview Questions

difference between escape(top or bottom) and escape immediate(top or bottom?

3 Answers   CTS,


What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


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 ?

6 Answers   IBM, TCS,


The natural file converted to PDF file if Yes then explain ?

0 Answers  


What is the difference between read(1) and read work file once?

0 Answers  






What is a hyperdescriptor?

0 Answers  


how to ftp the natural program to desktop? (from mainframe to pc), is it possible?

2 Answers  


Explain the address converter?

0 Answers  


How to create 1 ddm that fetches 3 adabas files simultaneously?

0 Answers  


What is the difference between External subroutine and subprogram?

3 Answers  


How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?

5 Answers   JPMorgan Chase,


How to find occurrence of mu and pe fields in a file?

0 Answers  


Categories