how many maximum no of variables can be declared in linkage
section ?

Answers were Sorted based on User's Feedback



how many maximum no of variables can be declared in linkage section ?..

Answer / sadiq

255 Variables

Is This Answer Correct ?    1 Yes 0 No

how many maximum no of variables can be declared in linkage section ?..

Answer / ashraf

Hi Ramya,
There is no limit of size in linkage
section..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More COBOL Interview Questions

how we separate the cobol cics statements from cobol&cics programming?

1 Answers   Valtech,


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

0 Answers  


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

3 Answers   TCS,


have in 100 records in a file i want to move only matched records to one output_file1 and nonmathed records are moved to another output_file2 ... any one can provide logic code

3 Answers  


01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?

3 Answers   Patni,


01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.

15 Answers   ACS,


can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans

2 Answers   DELL,


What are subroutines ? and how do we pass data to the sub routines?

2 Answers   Xansa,


88 class is used for

5 Answers   CTS, EDS,


what are decleratives in cobol?

0 Answers   GGG, Satyam,


can we redefine 77 level item is it possible

4 Answers   HCL,


How do u know what version of cobol u are using?

3 Answers  


Categories