The order of precedence of arithmetic operators in an
expression can be
overridden with the use of
(a) []
(b) ()
(c) {}
(d) Any of the above
Answers were Sorted based on User's Feedback
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
what is sync clause?
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
What is the utilization of copybook in cobol?
wht is structured cobol pgm and non structred cobol pgm ?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
can we use 77 level no for Redefines?if we use give an example?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the difference between PIC 9.99 and 9v99?
What is diff between vsam and db2?what is advantage of db2 over vsam?which is best suited one?