how many maximum no of variables can be declared in linkage
section ?
Answers were Sorted based on User's Feedback
Answer / ashraf
Hi Ramya,
There is no limit of size in linkage
section..
Is This Answer Correct ? | 0 Yes | 0 No |
how we separate the cobol cics statements from cobol&cics programming?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between a subscript and an index in a table definition?
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
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
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.
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
What are subroutines ? and how do we pass data to the sub routines?
88 class is used for
what are decleratives in cobol?
can we redefine 77 level item is it possible
How do u know what version of cobol u are using?