Explain the syntax of redefine?
Define perform?
Explain the difference between section, paragraph and sentences?
What is the actual use of fillers?
How we can update data area in cobol 400 program?
How to update data area in cobol 400 program?
what is the difference between SEARCH and SEARCHALL?
What is output procedure?
Explain the syntax of sort?
How COBOL helps Mainframe to maintain large records ???
what is the difference between section,paragraph and sentences
Explain the difference between comp & comp-3?
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