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 |
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
What is Comm?
2 Answers IBM, Kemper Corporation,
Can JUSTIFIED be used for all the data types?
What is the meaning of 'TALLING' verb in cobol?
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
u have passed sme charecters thru parm parameter in jcl. how do u code in cobol to recieve the values u gave in parm ?
Define REDEFINE clause and Is it possible to have the redefine clause anywhere in the working storage section for a data name?
I have a occurs for 100 times but it has executed 101 time what could be the reason?
How to find whether a Flat file is empty or not without Reading a file in COBOL Program. (not using JCL)
how to submit a jcl by cobol program. clear me with an example.
I have files that contains both duplicates files(occur more than twice) and non-duplicate files.The file is already sorted by a key.I want to determine those records that are duplicate and will be move to a duplicate file and non- duplicate files to be move to a valid file.thank you.help please
whats the difference between search and search all?