Answers

Question and Answer:

  Home  IBM Natural

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

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

 122 views

More Questions for you: