What is an in line perform? When would you use it? Anything else you wish to say about it.
No Answer is Posted For this Question
Be the First to Post Answer
Explain complete concept of table handling in COBOL with an example?
can we use the two 01 level in file discription ?
Explain what you understand by passing by value.
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
What are all the divisions of a COBOL program?
Difference between ps, esds
In COBOL programming, what is PERFORM? What is VARYING?
COMPUTE X = A * B - C * D and COMPUTE X = (A * B) - (C * D) (a) Are not the same (b) Are same (c) Syntactically wrong (d) Will yield a run time error
What is a scope terminator? Give examples.
how do you reference the fixed unblock file formats from cobol programs
What is the difference between working storage copybook and linkage section copybook?
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,