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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1083


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

1166


Can we see the copy book length using file-aid?

958


Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?

1042


In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?

2002


Explain the like inverted list?

995


What is the quality process in development?

1146


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

1084


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

1130


How to create 1 ddm that fetches 3 adabas files simultaneously?

985


Explain how many work file we can code in jcl?

1042


Tell me can we update with histogram?

1232


Explain the difference between external subroutine and subprogram?

1306


Explain the data storage?

1059


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

1017