Define redefine?
Explain the difference between section, paragraph and sentences?
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
Code how to read 5th element of the array?
write a cobol program to display prime numbers between 1 to 100?
Explain the output procedure?
How we can update data area in cobol 400 program?
What is redefine?
How u detect record is locked in Cobol/400 ? Wat is the solution for that ?
Explain the difference between comp & comp-3?
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
What is the syntax of redefine?
can i anyone tell me how to use copybooks in cobol