What is sort? And its syntax?
No Answer is Posted For this Question
Be the First to Post Answer
how array can be declare in cobol?
Can we open close file in COBOL any number of times?
What are fillers?
What is perform?
What is sort? And its syntax?
why icetool be used in programmer view?
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
what is INPUT PROCEDURE and OUTPUT PROCEDURE?
How to detect record is locked in cobol/400? What is the solution for that?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
what is redefine and its syntax?
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