Why occurs cannot be used in 01 level in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
how can we code index in an array of cobol pgm?
what is the minimum number of lines a Cobol program should have to successfully compile and run
What are the differences between COBOL and COBOL II?
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
What is Redefines clause?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
how do you reference the fixed unblock file formats from cobol programs
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
How to retrive the 9th records out of ten records using the cobol program ?
can we use reference modification an arry.
How to retain the Duplicates in the one records?
i have a file which contains records like 10,30,90,50,20,40,80,60,70 i want to display these records in reverse order like 70,60,80,40,20,50,90,30,10 please give me the cobol code (do not sort the records)
3 Answers Cap Gemini, Mind Tree,