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 difference between external subroutine and subprogram?
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?
Explain how are you going to remove duplicates from the file that is being read?
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?
The natural file converted to PDF file if Yes then explain ?
How converted the natural coding for adabas
Can we see the copy book length using file-aid?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Tell me can we update with histogram?
Can you explain control variable in online screens?
Explain how to move cursor to a particular field when position is not known?
What is a hyperdescriptor? How does it work?
Define cobol coding sheet?
How to find occurrence of mu and pe fields in a file?