What is comp?
No Answer is Posted For this Question
Be the First to Post Answer
What is sort?
What is perform?
How we create file in COBAL400
How to update data area in cobol 400 program?
How can i change the below code in SQL to cobol/400? EXEC SQL SELECT COUNT(*) INTO : WS-COUNT FROM Db file WHERE Field 1 = : WS-VAR AND Field 2 = : WS-USERID END-EXEC * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field
can i anyone tell me how to use copybooks in cobol
Explain the input procedure?
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
write a cobol program to display prime numbers between 1 to 100?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
WHAT ALL THE CONDITIONES REQUIRED FOR USING OPEN OPCODE ON A FILE?
It's possible use %TRIM statement like rpgile?