How can you declare the file ?
Answer / g.naveen
ENVIRONMENT DIVISION.
FILE-CONTROL.
SELECT FILE1 ASSIGN TO DISK1.
| Is This Answer Correct ? | 12 Yes | 0 No |
diffrence between renames and redifnes with examples
How can you display the SPOOL information ?
what is a zoned decimal data type and how it will be stored?
what happens of we dont give time stamp in precompilation process
What is the linkage section?
is it mandatory to give data division before procedure division ? wht happens if i give procedure division first thn data division ? reply soon
how do you reference the fixed unblock file formats from cobol programs
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
In INITIALIZE what is Repalcing Word will do
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How do you compile cobol program..?
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 .