Define redefine and its syntax?
No Answer is Posted For this Question
Be the First to Post Answer
Define perform? And its types?
what is the difference between comp & comp-3?
what is the difference between SEARCH and SEARCHALL?
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?
What is output procedure?
It's possible use %TRIM statement like rpgile?
how array can be declare in cobol?
Define 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 are the types of perform?
Explain the types of perform?