What are the types of perform?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the syntax of sort?
What is the actual use of fillers?
Explain the difference between section, paragraph and sentences?
what is redefine and its syntax?
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
How we can update data area in cobol 400 program?
What is sort?
what is PERFORM? and its types?
What is output procedure?
Define redefine and its syntax?
Code how to read 5th element of the array?
Explain the types of perform?