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

COBOL Interview Questions
Questions Answers Views Company eMail

COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error

TCS,

1 6541

OCCURS clause is used in the DATA DIVISION on data names at (a) 01 level (b) 77 level (c) 88 level (d) any level from 02 to 49

TCS,

13 21226

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

TCS,

7 15881

Consider the following COBOL entries 05 X PIC 99 VALUE 10. ADD 40 X TO X. COMPUTE X = 3 * X - 40. The result in X is

TCS,

12 19715

given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.

TCS,

2 8704

The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND

Huawei, IBM, TCS,

10 33657

The order of precedence of arithmetic operators in an expression can be overridden with the use of (a) [] (b) () (c) {} (d) Any of the above

TCS,

3 10131

Which of the following paragraphs is compulsory in every COBOL program? (a) SPECIAL-NAMES (b) PROGRAM-ID (c) FILE-CONTROL (d) OBJECT-COMPUTER

4 9371

Which of the following files can be OPENed in all the 4 modes? The four modes are INPUT, I-O, OUTPUT and EXTEND. (a) INDEXED (b) RELATIVE (c) SEQUENTIAL (d) All of the above

TCS,

7 15334

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

TCS,

7 10385

i Want All cobol ERROR codes?

HCL, IBM,

4 17115

I want ALL jcl ERROR cods

1 10528

I want ALL ERROR codes in VSAM

American Express, TCS,

3 34743

i WANT ALL ERROR codes IN CICS and DB2

2 7876

i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS

Infosys,

4 14836


Post New COBOL Questions

Un-Answered Questions { COBOL }

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

1343


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

1207


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

1235


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

1275


What is the difference between goback, stop run and exit program in cobol?

1649


how do you reference the esds vsam file formats from cobol programs

1275


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

2190


Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.

2203


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17935


How to traceback if I am getting SOC7 or SOC4 abend? List down the steps

5430


What is the difference between binary search and sequential search?

1133


What is the difference between comp and comp-3?

1229


What are INPUT PROCEDURE and OUTPUT PROCEDURE?

1367


How can we find that module can be called – whether DYNAMICALLY or STATICALLY?

1270


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

2069