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 |
Can you explain control variable in online screens?
how to move cursor to a particular field when position is not known?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Define cobol coding sheet?
How are you going to remove duplicates from the file that is being read?
Explain why do we use file-aid for seqential files?
What is the difference between READ BY ISN and FIND
ADABAS basic concepts. Like inverted list, address converter ,data storage
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
difference between escape(top or bottom) and escape immediate(top or bottom?