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

Suppose i want to declare a binary comp fild of 7 byte .how
to write?

Answer Posted / suv

If your question is like this:::
Suppose i want to declare a binary COMP field of storage 7
bytes .how
to write?


Answer is:
PIC S9(14) COMP.

storage byte required by COMP field will = half of the
digit specified in the PIC clause.
Just an info....
storage byte required by COMP3 field will = ( half of the
digit specified in the PIC clause)+1

Please correct me if I am wrong.

Is This Answer Correct ?    6 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1.give the details about WHEN OTHER. 2. how many form are available in evaluate.

2165


) how do u code after getting data?

2210


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

1135


Mention the guidelines to write a structured cobol program?

1141


What is redefines clause in COBOL?

1351


What is the difference between external and global variables in COBOL?

1542


What guidelines should be followed to write a structured cobol prgm?

1210


Write a cobol program making use of the redefine clause.

1227


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

1365


if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.

6667


How are the next sentence and continue different from each other?

1338


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

1261


What the difference is between continue and next sentence?

1218


How you can characterize tables in cobol?

1252


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