Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

TCS COBOL Interview Questions
Questions Answers Views Company eMail

why occurs clause not mentioned in 01 level

6 42780

How is sign stored in Packed Decimal fields and Zoned Decimal fields?

6 35066

How many sections are there in data division?.

10 24143

If you were passing a table via linkage, which is preferable - a subscript or an index?

3 18253

What is level 66 used for ?

3 13566

How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.

7 25735

Why occurs can not be used in 01 level ?

2 8231

What is the difference between static call & Dynamic call?

2 7542

What is the difference between a subscript and an index in a table definition?

3 9431

In EBCDIC, how would the number 1234 be stored?

2 9086

consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250

3 7106

consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

5 10295

what is the result of the following? DIVIDE A INTO B GIVING C. a.C=A/B b.the reminder of B/A is stored in C c.C=B/A d.the reminder of A/B is stored in C

3 12339

which of the following can be used as a check protection symbol a.Z b.S c.* d.+

2 7249

what if any ,is the syntex error in the following piece of code 01 B PIC A(7) 02 C PIC 9(4) ........ IF(B NUMERIC) ADD 10 TO C a.the condition in the if statement is wrong b.noting is wrong c.because C is initialised.ADD 10 TO C is wrong d.both B and C shoud have same size.

5 7515

Post New TCS COBOL Interview Questions


TCS COBOL Interview Questions


Un-Answered Questions

one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.

1445


What are the Interrupts available in 8051 microcontroller?

531


What is datatable in ado.net?

455


Can I encode mathematics using XML?

452


What technology used by magento?

1






What are assertion facets used for in uml?

492


How many types of file extensions for razor views in ASP.Net MVC?

506


What is difference between get and post in php?

485


I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?

1390


What is scaffolding in mvc?

1


Write a c program for binary addition of two 8 bit numbers.

3592


Difference between Site Definition and Site Template?

390


How many sectors does a 500gb hard drive have?

421


Tell me can we use graphics in xml?

453


What do you mean by lookup?

276