how to ftp the natural program to desktop? (from mainframe
to pc), is it possible?
Answers were Sorted based on User's Feedback
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 |
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 |
difference between escape(top or bottom) and escape immediate(top or bottom?
what type of files we can process thru file-aid
What is the difference between read work file 1 and read work file once? Why we are using work file once?
what r the quality process in development
What is data trace system 2.0 used for?
How can I create 1 DDM that fetches 3 ADABAS files simultaneously?
How to receive data passed through jcl parm parameter in a natural program?
What is the difference between READ BY ISN and FIND
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain the data storage?
How can we see the copy book length using file-aid?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?