What is the actual use of fillers?
No Answer is Posted For this Question
Be the First to Post Answer
When search all is used in cobol program without sorted input data
define comp?
What is sort?
what is the difference between SEARCH and SEARCHALL?
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.
What is sort? And its syntax?
What is comp?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
how array can be declare in cobol?
Explain the input procedure and output procedure?
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
What is output procedure?