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 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?
Can we see the copy book length using file-aid?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
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 the like inverted list?
What is the quality process in development?
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain why do we use file-aid for seqential files?
How to create 1 ddm that fetches 3 adabas files simultaneously?
Explain how many work file we can code in jcl?
Tell me can we update with histogram?
Explain the difference between external subroutine and subprogram?
Explain the data storage?
Explain what happens when you issue a escape routine in a program? Will there be any compilation /run time erro?