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

What is cobol coding sheet?

0 Answers  


ADABAS basic concepts. Like inverted list, address converter ,data storage

2 Answers   IBM,


Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?

2 Answers   Hexaware,


Explain how are you going to remove duplicates from the file that is being read?

0 Answers  


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

0 Answers  


Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.

1 Answers  


how to move cursor to a particular field when position is not known?

3 Answers  


How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?

5 Answers   JPMorgan Chase,


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?

0 Answers  


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

0 Answers  


can i see the copy book length using file-aid ?

2 Answers   TCS,


What is the quality process in development?

0 Answers  


Categories