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
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
How to execute a set of JCL statements from a COBOL program?
why we are using picture clause in the cobol programs?
TO abend the data sholud open in which mode? 1.new 2.old 3.mod 4.shr
where will we code call by content and call by reference dude pls reply soon ?
WORKING-STORAGE SECTION. 01 A PIC X(3) VALUE 'ABC' 01 B PIC 9(3). PROCEDURE DIVISION. MOVE A TO B. STOP RUN. OUTPUT IS: AB3 WHY AND HOW THIS IS HAPPENING.
What is the compute verb? How is it used?
in real time what is the suitable exp where in-stream procedure is better then catalog procedure.
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
Suppose i want to declare a binary comp fild of 7 byte .how to write?
what is ASRA, AEY9?
can we use COPY statement in w-s section? how?