Define perform?
No Answer is Posted For this Question
Be the First to Post Answer
What are Fillers ? What is the actual use of Fillers ? With small/simple Example..
Explain how to detect record is locked in cobol/400? What is the solution for that?
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
why icetool be used in programmer view?
How to detect record is locked in cobol/400?
Explain the difference between search and searchall?
Explain the input procedure?
Define perform?
What is comp?
What is output procedure?
Explain the output procedure?
What are the types of perform?