How COBOL helps Mainframe to maintain large records ???
Answer / jay
By using Redefine, Rename, 88 conditions , COMP based data storage,
Is This Answer Correct ? | 0 Yes | 0 No |
How COBOL helps Mainframe to maintain large records ???
Explain how to update data area in cobol 400 program?
What is the actual use of fillers?
why icetool be used in programmer view?
It's possible use %TRIM statement like rpgile?
What is redefine?
What is input 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
Define redefine and its syntax?
Can we open close file in COBOL any number of times?
How to detect record is locked in cobol/400?
i have two programs 1.cobol program 2.copy book program can i move bouth program in to the production or single single program?