What is the syntax of sort?
No Answer is Posted For this Question
Be the First to Post Answer
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
How to detect record is locked in cobol/400? What is the solution for that?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
what is the cobol compiler?
Explain how to detect record is locked in cobol/400? What is the solution for that?
Define sort?
How we can update data area in cobol 400 program?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
Explain the input procedure and output procedure?
what is 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 * EVALUATE TRUE WHEN SQLCODE = +000 MOVE WS-COUNT TO Copybook field WHEN SQLCODE = +100 MOVE ZEROES TO Copybook field
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?