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...

copy 100 records without using ibm utilities

Answer Posted / mahendra.ch

1st way to copy records to an other ps.

open input in-file
output out-file.
perform until end-of-file = 'y'
read in-file
at at end move 'y' to end-of-file
not at end
move in-rec to out-rec
write out-rec
end-read
end-perform.
close in-file.
close out-file.


2st way to copy records to an other ps.

we can copy the records by using file-aid tool also.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to remove 2 duplicate records and copy only one using job control language?

1261


i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?

1379


How you can characterize tables in cobol?

1254


Why did you choose to work with ibm mainframe cobol programming?

1162


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

1212


How do you differentiate between cobol and cobol-ii?

1284


What are the different rules of SORT operation?

1203


What are the rules of the move verb?

1324


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

1268


What are the various section in data division and briefly explain them.

1254


how do you reference the ksds vsam file formats from cobol programs

1246


How do get the result of your program directly on your pc?

2397


What is perform what is varying?

1224


What are the cobol coding sheets?

1364


What do you understand by psb and acb?

1181