In which area will you utilize 88 level items in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What is the compute verb? How is it used?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
what is a load module ?
what is the meaning of pic 9(09)v99-
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
What is normalisation?
How will you find the currepted records in a file
What is the difference between working storage copybook and linkage section copybook?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
What does MAXCC 3 means? It is used in one my codes.