What guidelines should be followed to write a structured cobol prgm?


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

Post New Answer

More COBOL Interview Questions

If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value

3 Answers   CTS,


Write the code to count the sum of n natural numbers.

0 Answers  


What is Static,Dynamic linking ?

2 Answers  


How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one

10 Answers   IBM,


Determine the total no of bytes in the following. 01 rec1. 02 a pic x(6) 02 b redefines a. 03 c occus 6 times pic 9. 02 d occurs 6 times pic 9. 03 e pic x(5) 03 f pic 999.

12 Answers  






can we read in input the file with a variable length ? please , how ..could you help me ?

3 Answers   EDS,


If I want to increase the Limit in GDG. What should I do?

2 Answers   IBM,


how many times PARA-A is performed : PERFORM PARA-A VARYING TIMES-COUNTER FROM 1 BY 1 UNTIL TIMES-COUNTER >0 PARA-A MOVE P TO Q MOVE H TO TIMES COUNTER a.10 b.1 c.11 d.0

4 Answers   TCS,


How to open and see copy book ?

3 Answers  


how can you identify wheather the program is using search or search all in the cobol program?

5 Answers   iGate,


How to use the same COBOL program in Batch and CICS on lines? explain with an example

0 Answers   IBM,


What is EIBCALEN? Why it is used?

9 Answers   ADP,


Categories