What are the pertinent COBOL commands?
No Answer is Posted For this Question
Be the First to Post Answer
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
why we are using set in searchall?
What is the difference between PIC 9.99 and PIC9v99?
can we use variable picture clause as xx.99 in cobol.
What are the situations u have used in ur project for Subcript and Index ? 1.if u use Subscript why not Index,why u choose Subscript only? 2.if u use Index why not Subscript,what abt Displacement?
) How do u handle errors in BMS macro?
What is a SSRANGE and NOSSRANGE?
How to read the last 100 records from a COBOL file. The file contains N number of records.
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 .
Explain about different table spaces.
I have 100 records in a file.. i want to sort the records from 5 to 5o... give the syntax...
What are differences between COBOL and java ? why we are giving more preference to COBOL ?