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
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What rules are to be followed while using the corresponding options?
how do you reference the printer file formats from cobol programs
What are the pertinent COBOL
Why occurs cannot be used in 01 level in COBOL?
How to remove 2 duplicate records and copy only one using job control language?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is the difference between comp and comp-3?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
what happens if parmparameter passes zero bytes to the program
Write the code to count the sum of n natural numbers.
What are the different types of condition in cobol and write their forms.