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 var1 pic s9(9)v99.
01 var2 pic x(30).
procedure division.
move 12345.99 to var1.
move12345.99 to var2.
display var1.
display var2.
what is the output?

Answer Posted / john benito

Will abend.
Pic clause is not allowed in 01 level.

Is This Answer Correct ?    3 Yes 28 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how to convert the recors form vsam file to db2 table tru file aid

3315


What are literals?

1185


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2519


A table has two indexes defined. Which one will be used by the SEARCH?

1330


Write a program to explain size error.

1240


What are different data types in cobol?

1389


How arrays can be defined in COBOL?

1298


How can you get the ksds file records into your cobol program?

1138


how to refer the data field?

2324


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

1307


How do you reference the following file formats from cobol programs?

1206


How to know whether the module is dynamical or statistical?

1213


can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there

2430


how do you reference the printer file formats from cobol programs

1283


Is it possible that the redefines clause has different picture clauses compared to the one it redefined?

1211