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 difference between read work file 1 and read work file once? Why we are using work file once?
What is cobol coding sheet?
Explain how to move cursor to a particular field when position is not known?
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?
How converted the natural coding for adabas
Explain how many work file we can code in jcl?
How can we see the copy book length using file-aid?
Can we see the copy book length using file-aid?
Explain how are you going to remove duplicates from the file that is being read?
What is data trace system 2.0 used for?
Explain difference between read(1) and read work file once?
Define cobol coding sheet?
How are you going to remove duplicates from the file that is being read?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
Explain control variable in online screens?