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 |
What was removed from COBOL in the COBOL II implementation?
can u give result for the fallowing example... 05 a pic 9(2) 05 b redifines a pic x(2). move 'xy' to b. display a,b.
What are 77 levels used for?
how can i see junk values in dclgen or in hostvariable of comp ?
Size of a column has been changed in DB2 table (Suppose it was of 5 characters and later changed to 4 characters) and forgot to change the DCLGEN in COBOL program, what will happen during the execution of code? If the program Abends then what will be the error? If it doesn't abend then hpw the error can be catched?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
how can u redefine picx(10) with pic 9(6).
What are differences between Static Call and Dynamic Call?
10 Answers IBM, KBC, Keane India Ltd, Verizon,
What is the difference between a binary search and a sequential search?
study the following code 01 A1 05 B PIC 99 05 C PIC X(4) 01 A2 05 B PIC 99V99 05 C PIC A(4) pick out the valid statement from the following a.A1 and A2 can not have sub-ordinates b.A1 and A2 can have the same sub-ordinates but must have same PIC clause c.there is nothing wrong d.A1 and A2 can have same sub-ordinates provided they are not at 01 level
How do you compile cobol program..?
how we can edit records in vsam data set and non vsam data sets