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

ADABAS basic concepts. Like inverted list, address converter ,data storage

2 Answers   IBM,


What is STACK in Natural? How we can use it in Program? Give me Eg.?

2 Answers   IBM,


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

0 Answers  


What is data trace system 2.0 used for?

0 Answers  


Explain the data storage?

0 Answers  






how many work file we can code in jcl?

2 Answers  


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

0 Answers  


COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam

2 Answers   TCS,


Explain difference between read(1) and read work file once?

0 Answers  


What exactly is a hyperdescriptor? How does it work?

3 Answers  


difference between fetch , call and callnat

3 Answers   IBM,


If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?

3 Answers   JPMorgan Chase,


Categories