How to detect record is locked in cobol/400?
No Answer is Posted For this Question
Be the First to Post Answer
01 A PIC 9. 01 B PIC 99V1. 01 C PIC 99. MOVE 1 TO A. MOVE 0.2 TO B. COMPUTE C ROUNDED TO 3/3 + A.
write a cobol program to display prime numbers between 1 to 100?
What is the syntax of redefine?
What are the types of perform?
Explain what all the conditiones required for using open opcode on a file?
what is the cobol compiler?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
Define perform? And its types?
Define sort?
How to detect record is locked in cobol/400?
What is perform?
Define perform?