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

Consider the following COBOL entries:
05 X PIC 99 VALUE 10.
SUBTRACT 20 FROM X.
The resultant value of X wil be

Answer Posted / madhu

x=x-20 will be -10

Since there is a -ve sign in the beginning it'll be stored
on top of the last digit. So -0 = }.

Then ans will be 1}

Is This Answer Correct ?    4 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc

2641


what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.

9183


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

4213


what happens if parmparameter passes zero bytes to the program

2185


Which division and paragraphs are mandatory for a COBOL program?

1335


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

1270


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

7633


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

3317


1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?

5877


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

1198


What are literals?

1185


Differentiate between structured cobol programming and object-oriented cobol programming.

1215


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

1330


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

1275


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

1610