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 |
What is cobol coding sheet?
ADABAS basic concepts. Like inverted list, address converter ,data storage
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
Explain how are you going to remove duplicates from the file that is being read?
Explain difference between read(1) and read work file once?
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
how to move cursor to a particular field when position is not known?
How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
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?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
can i see the copy book length using file-aid ?
What is the quality process in development?