IBM Natural Question:
Download Questions PDF

Explain how to ftp the natural program to desktop? (from mainframe to pc), is it possible?

Answer:

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

Download IBM Natural Interview Questions And Answers PDF

Previous QuestionNext Question
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine?Explain why do we use file-aid for seqential files?