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 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING".
01 NAME2 PIC X(13).
now I want to display the value of NAME1 in reverse order
i.e value should be displayed as "GNIMMARGORP LOBOC"
HOW can I do that ??? please let me know if any one knows
it.

Answer Posted / rajul

declare
01 NAME2 PIC X(13) RIGHT JUSTFIED.

MOVE NAME1 TO NAME2.
DISPLAY NAME2.

Is This Answer Correct ?    1 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly

3211


Write the code implementing the perform … varying.

1122


What is rmode(24)

1197


How do you differentiate between cobol and cobol-ii?

1281


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

1208


State the various causes of s0c1, s0c5 and s0c7.

1143


how do you define single dimensional array and multidimensional array in your cobol?

1151


how do you reference the variable block file formats from cobol programs

1310


What is static and dynamic call in cobol?

1115


what is search and searchall?what is the diffrence between them?give an best example?

6922


Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.

2476


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

2187


When is inspect verb is used in cobol?

1312


What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?

1154


What are the different types of condition in cobol and write their forms.

1152