How to detect record is locked in cobol/400?
I like to know if possible to use %TRIM or any statement with prefiv "%" like RPG ile programs. thanks
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
what is redefine and its syntax?
Explain how to update data area in cobol 400 program?
How to Convert 2010/02/11 to m/dd/yyy.. with string and without string if any other method... code
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
Define perform?
Deleting a record from a Sequential file.
How to detect record is locked in cobol/400? What is the solution for that?
How we can update data area in cobol 400 program?
It's possible use %TRIM statement like rpgile?
how array can be declare in cobol?