how to ftp the natural program to desktop? (from mainframe
to pc), is it possible?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the like inverted list?
Tell me can we update with histogram?
Explain how to move cursor to a particular field when position is not known?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
What is the quality process in development?
How can we see the copy book length using file-aid?
What is cobol coding sheet?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain the address converter?
Can you explain control variable in online screens?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
The natural file converted to PDF file if Yes then explain ?