1.give the details about WHEN OTHER.
2. how many form are available in evaluate.
No Answer is Posted For this Question
Be the First to Post Answer
which one is the best of com and com-3.using of real time ?
. How do we cast a variable in COBOL
how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it
What is the local-storage section?
i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
What is the maximum data length for Numeric DataType ?
How to remove 2 duplicate records and copy only one using job control language?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
can you declare redefine in level 01?
wht is load module and object module ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
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 .