What are the different types of condition in cobol and write their forms.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More COBOL Interview Questions

How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.

3 Answers  


How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?

0 Answers   HeadStrong,


What is an in line perform? When would you use it? Anything else you wish to say about it.

0 Answers  


what happens if we wont give timestamp in precompilation process ?

4 Answers   Covansys,


When would you use in-line perform?

2 Answers  






How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.

5 Answers  


What is the difference between comp and comp-3 usage? Explain other COBOL usage?s.

3 Answers   IBM, Xansa,


What are the cobol coding sheets?

0 Answers  


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

0 Answers   Winsol Solutions,


What is report-item?

1 Answers   IBM,


What is Alternate Index ? How is it different from regular index ?

2 Answers  


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 Answers   TCS,


Categories