What is rmode(24)
No Answer is Posted For this Question
Be the First to Post Answer
When is inspect verb is used in cobol?
What is report-item?
What will happen if we move SPACES to numeric field and ZEROES to alphabetic field?
consider the following PROCEDURE DIVISION entry OPEN EXTEND IN-FILE identify the correct statement a.organization of IN-FILE is sequential and records can be added in the beginning b.organization of IN-FILE is sequential and records can be added in the end c.organization of IN-FILE is indexed and records can be added in the beginning d.organization of IN-FILE is indexed and records can be added in the end
What does MAXCC 3 means? It is used in one my codes.
What is the use of intialize verb?
can I copy book which contain db2 statment in procedure divion?
01 ws-p pic 9(2). 01 ws-q pic 9(2) value 01. 01 ws-r pic 9(2) value 99. p.d. compute p = q + r what will be result of p ans(00) but my question is that how i got 10 on the place of 00. (truncation will ocuure on right side not left). please tell me ?
when COMP-3 is preferrable?
What should be the sorting order for SEARCH ALL?
diffrence between renames and redifnes with examples
What is Control Break processing ?