how many maximum no of variables can be declared in linkage
section ?
Answer Posted / ashraf
Hi Ramya,
There is no limit of size in linkage
section..
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of condition in cobol and write their forms.
What are 77 levels used for?
how do you reference the fixed unblock file formats from cobol programs
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
When is inspect verb is used in cobol?
What is the difference between binary search and sequential search?
How do define dynamic array in cobol.
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between next sentence and continue in cobol programing language?
Why would you use find and get rather than to obtain?
Write a program that uses move corresponding.
What do you understand by psb and acb?
What is the difference between Global and External Variables?