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

Answers were Sorted based on User's Feedback



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

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

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

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

Post New Answer

More Natural Interview Questions

how we can find occurence of MU and PE fileds in a file?

2 Answers  


Explain the like inverted list?

0 Answers  


Explain control variable in online screens?

0 Answers  


What is STACK in Natural? How we can use it in Program? Give me Eg.?

2 Answers   IBM,


How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.

4 Answers  






Can we update with histogram?

2 Answers  


How can I create 1 DDM that fetches 3 ADABAS files simultaneously?

5 Answers  


Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]

1 Answers  


Tell me what type of files we can process thru file-aid?

0 Answers  


What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


what r the quality process in development

1 Answers  


why do we use file-aid for seqential files?

1 Answers   Tech Mahindra,


Categories