What is the syntax of redefine?
No Answer is Posted For this Question
Be the First to Post Answer
What is the syntax of sort?
What is input procedure?
Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
Can we open close file in COBOL any number of times?
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 to update data area in cobol 400 program?
What is perform?
How to detect record is locked in cobol/400?
What are fillers?
Define redefine?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
How we create file in COBAL400