What are options have been removed in COBOL 11?
Answer / savan
EXAMINE has been removed from later versions of COBOL.
| Is This Answer Correct ? | 0 Yes | 0 No |
How would the number +1234 be stored if a PIC clause of PICTUREs9(4) comp-3 were used?
file status 00 is checked after opening the file or reading the file
We know that size of redefine and redefining need not to be same..Then does the below case true 01 ws-date pic 9(6). 01 ws-redf-date REDEFINES ws-date 05 ws-year pic 9(4) 05 ws-mon pic 9(2) 05 ws-day pic 9(2)
i Want All cobol ERROR codes?
Write the code implementing the perform … varying.
What are literals?
In an EVALUTE statement is the order of the WHEN clauses significant?
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 .
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
how the control comes back from subprogram to mainprogram
How many maximum number of procedures can we write in one COBOL program?
How to remove 2 duplicate records and copy only one using job control language?