Explain how to update data area in cobol 400 program?
No Answer is Posted For this Question
Be the First to Post Answer
how array can be declare in cobol?
What is the syntax of redefine?
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
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
write a cobol program to display prime numbers between 1 to 100?
It's possible use %TRIM statement like rpgile?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
What is sort?
what is redefine and its syntax?
Explain the types of perform?
What is sort? And its syntax?
How we create file in COBAL400