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

01 text-data pic x(100).
move 'xyzdbfrjjg u' to text-data.
how to find the value of last index of text-data?

Answer Posted / kumar

By using UNSTRING Verb we can do

UNSTRING text-data DELIMITED BY ' ' INTO ws-f1 (o/p varible)

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do u write test cases?

2111


What is the default value(s) for an initialize and what keyword allows for an override of the default?

1265


What is the difference between PIC 9.99 and PIC9v99?

1403


Define static linking and dynamic linking.

1271


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

1159


explain sorting techniques in cobol program?

1244


Explain about different table spaces.

1155


Why occurs cannot be used in 01 level in COBOL?

1204


HOw can I get the negative sign while deduct high value from low value

2303


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2644


how to access the file from prodution from changeman tool and to submit a file to production

7627


What are literals?

1183


What type of SDLC u followed? Why?

2049


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

2187


Write a program that uses move corresponding.

1208