Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Can you explain control variable in online screens?

0 Answers  


Explain the difference between external subroutine and subprogram?

0 Answers  


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 ?

6 Answers   IBM, TCS,


What is a hyperdescriptor?

0 Answers  


Can we update with histogram?

2 Answers  


difference between read(1) and read work file once ?

3 Answers  


Explain why do we use file-aid for seqential files?

0 Answers  


what type of files we use in file-aid

1 Answers   Tech Mahindra,


what type of files we can process thru file-aid

1 Answers   Tech Mahindra,


If the number of parameter is more than the expected then NAT0919 error is displayed. How many parameter are allowed in a CALL and CALLNAT statement?

3 Answers   JPMorgan Chase,


How can we see the copy book length using file-aid?

0 Answers  


How do you pass GDA into a sub program with out PDA?

2 Answers   IBM,


Categories