What is the difference between external and global variables in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
What is an in line PERFORM? When would you use it? Anything else to say about it?
Differentiate between structured cobol programming and object-oriented cobol programming.
When is inspect verb is used in cobol?
When we code these comp,comp1,comp-2,comp-3 and comp4 values. I know the differnece.I mean when we will prefer if it is new program.Explain in detail with memory examples. Thanks in advance.
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,
using redefine can you redefine lower variable size to higher variable size?
Write a program to enter and display the names of students in a class using the occurs clause.
diffrence between z(2) and z9(2)
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
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?
What guidelines should be followed to write a structured cobol prgm?