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
What is the difference between subscript and index?
What are different file OPEN modes available in COBOL?
How To move a value to an array using move verb?
which certifications r 4 cobol,jcl,db2,cics what is format of xam n what is importance of these certifications... plz post answer only if u r sure... thanks
A paragraph PARA-X is to be executed when none of the data names A, B and C have value of 1. Which of the following will achieve this ? (a) IF A NOT = 1 OR B NOT = 1 OR C NOT = 1 PERFORM PARA-X (B) IF NOT A= 1 AND B= 1 AND C = 1 PERFORM PARA-X (C) IF A NOT =1 IF NOT B = 1 OR C= 1 PERFORM PARA-X (C) IF A NOT = 1 AND B NOT = 1 AND C NOT = 1 PERFORM PARA-X
hai friends ,i have HSBc exam on this sunday,my platform is Mainframe,i have 1 year exp,pls any one send me placement papers of Hsbc and technical questions on mainframe
6 Answers Citi Bank, CitiGroup, HSBC, iNautix, Wipro,
What is XDC ?
COMP?
wht is load module and object module ?
how to code in cobol while using variable block file?
Can we move SPACES to numeric field and ZEROES to alphabetic field? If yes what are the way doing this?
can we print comp 3 stmts how ?