How to detect record is locked in cobol/400?
No Answer is Posted For this Question
Be the First to Post Answer
Arrays in COBOL/400
Define perform? And its types?
What is sort?
what is the cobol compiler?
Explain the syntax of redefine?
What is output procedure?
Explain how to detect record is locked in cobol/400? What is the solution for that?
what is the difference between section,paragraph and sentences
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
write a cobol program to display prime numbers between 1 to 100?
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.