Explain the configuration section of a cobol program with examples of syntax.
No Answer is Posted For this Question
Be the First to Post Answer
01rec1. 05 a pic 999v99 value 123.12 05 b pic 99v9 value 45.9 02 rec2. 05 x pic 999v99 05 y pic 99v99 05 z pic x(3) value 'abc' if rec1 is moved to rec2 then what is the value of rec2?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
is it possible to rename 01 level?
What are the ways you can generate a copybook?
Explain how to differentiate call by context by comparing it to other calls?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
What does the IS NUMERIC clause establish ?
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
what is the difference between COBOL2 AND COBOL390?
How do get the result of your program directly on your pc?
9(2).99 how many bytes take? Why . consider as a byte?
can we read records in a file from botom to top. if possible how can we read