Explain the difference between search and searchall?
No Answer is Posted For this Question
Be the First to Post Answer
When search all is used in cobol program without sorted input data
write a cobol program to display prime numbers between 1 to 100?
Define redefine?
What is the actual use of fillers?
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
What is redefine?
Define perform?
Code how to read 5th element of the array?
seqence numbers in cobol
How we can update data area in cobol 400 program?
What is the syntax of sort?
what is the difference between section,paragraph and sentences