What is the utilization of copybook in cobol?
No Answer is Posted For this Question
Be the First to Post Answer
What are the different ways to run a COBOL DB2 program using JCL?
How can you pass values from COBOL program to non-COBOL programs?
i Want All cobol ERROR codes?
what is Pic 9v99 Indicates?
What is the compute verb? How is it used?
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
how can u redefine picx(10) with pic 9(6).
In COBOL programming, what is PERFORM? What is VARYING?
What are the different data types available in COBOL?
Can the OCCURS clause be at the 01 level?
how many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value