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
Answer Posted / guest
2) []
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
example for sub strings ? and refernce modifications whit output pls
What is the difference between goback, stop run and exit program in cobol?
what is difference between cobol and cobol/400
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
Why did you choose to work with ibm mainframe cobol programming?
How you can characterize tables in cobol?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
how do you reference the variable block file formats from cobol programs
Write some characteristics of cobol as means of business language.
How to know whether the module is dynamical or statistical?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
how do you reference the rrds file formats from cobol programs