What is perform?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how to detect record is locked in cobol/400? What is the solution for that?
Explain what all the conditiones required for using open opcode on a file?
How we can update data area in cobol 400 program?
what is the difference between SEARCH and SEARCHALL?
what is redefine and its syntax?
Explain the output procedure?
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 perform?
Explain the types of perform?
What are the types of perform?
Code how to read 5th element of the array?
What is the syntax of sort?