Explain how to convert 2010/02/11 to m/dd/yyy.. With string and without string if any other method... Code?
No Answer is Posted For this Question
Be the First to Post Answer
Define redefine and its syntax?
What is the syntax of redefine?
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.
Can we open close file in COBOL any number of times?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
What is comp?
Define perform?
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
Define sort?
It's possible use %TRIM statement like rpgile?
Explain the output procedure?