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
how do you reference the rrds file formats from cobol programs
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are declaratives and what are their uses in cobol?
What is comp-1 and comp-2?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is the difference between binary search and sequential search?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the LINKAGE SECTION used in COBOL?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
Write down the divisions of cobol program?
Define cobol?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
how do you reference the variable block file formats from cobol programs