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


Which of the following EDITind and PICTURE symbols is to be
used if a
minus(-) is to appear before the value if the value is
-ve and a plus(+)
is to appear before the value if the value is +ve?
(a) +
(b) -
(c) + OR
(d) It is not possible

Answers were Sorted based on User's Feedback



Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear b..

Answer / ad

+

Is This Answer Correct ?    2 Yes 0 No

Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear b..

Answer / guest

Correct answer is +. If we used + than it will print + for
positive value and - for negative value.

Is This Answer Correct ?    2 Yes 0 No

Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear b..

Answer / guest

+

Is This Answer Correct ?    2 Yes 0 No

Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear b..

Answer / dev

only option (a) is correct as per the requirement

Is This Answer Correct ?    1 Yes 0 No

Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear b..

Answer / swappy

Answers #1 and #3 are correct. "+" is used to display +ve
as well as -ve sign. "-" is used to display a -ve sign when
the no. is -ve.

Is This Answer Correct ?    1 Yes 1 No

Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear b..

Answer / islam

correct answer is (b) -

Is This Answer Correct ?    0 Yes 2 No

Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear b..

Answer / saikat

+ and - both are correct.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More COBOL Interview Questions

WORKING-STORAGE SECTION. 01 VAR1 COMP-2 VALUE 0. PROCEDURE DIVISION. MOVE 10.2115 TO VAR1. DISPLAY 'VAR1 =' VAR1. GOBACK. 10.2115 is stored as .10211499999999996E 02 in OS VS Cobol 10.2115 is stored as .10211500000000000E 02 in ecobol. Any reason why?

3 Answers   TCS,


How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)

9 Answers   Bank Of America,


What is the maximum length of a field you can define using COMP-3?

4 Answers   Complex System, Infosys,


What is amode(31)

0 Answers  


A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25

3 Answers   TCS,


What is link edit in cobol?

0 Answers  


what is jcl approach for programming?

4 Answers   IBM,


I had 100 records and i want to execute last three records by using cobol programming?what will be coding?

4 Answers   IBM,


Consider the following: 77 W-NUM PIC 9 VALUE 0 ------ MOVE 1 TO W-NUM PERFORM PARA-X UNTIL W-NUM > 9. ------ PARA-X ADD 1 TO W-NUM How many times PARA-X is executed ?

14 Answers   Accenture, TCS,


Can we use icetool in cobol program?

3 Answers  


what are the diferences b/w sub-script and index?

4 Answers  


In COBOL programming, what is PERFORM? What is VARYING?

0 Answers   CDC,


Categories