What COBOL construct is the COBOL II EVALUATE meant to
replace?
What is "Call by content" and "call by reference"?
how many divisions are there in cobol
what is record label is empty or standard in file description of data division?
The hierarchy of the execution of logical operators is (a) NOT AND OR (b) AND OR NOT (c) OR AND NOT (d) OR NOT AND
10 Answers Huawei, IBM, TCS,
Can a REDEFINES clause be used along with an OCCURS clause? if yes, 01 WS-TABLE. 03 WS-TABLE-EL OCCURS 5 TIMES PIC X(1) VALUE 'A'. 03 WS-EX REDEFINES WS-TABLE-EL PIC X(5). What can you expect? if no,why?
wht is packed decimal in cobol
What rules are followed by the search verb.
Explain how to differentiate call by context by comparing it to other calls?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
How to display the index.(displacement from an array)
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What was removed from COBOL in the COBOL II implementation?