What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
No Answer is Posted For this Question
Be the First to Post Answer
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
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Consider the following: 77 A PIC 9(10) 77 B PIC 9(10) 77 C PIC 9(19) MULTIPLY AB BY B GIVING C Which of the following is true ? (a) The execution of the above may result in size error. (b) The execution of the above will result in size error. (c) The definition of C is invalid resulting in compilation error. (d) No error will be thee and the program would proceed correctly.
tell me about examine inspect and evaluate ?
what is mainframe? what is the mainframe software ? what is use in s/w field?
01 A pic 9(100) find record length of it
how you read control card into array?
With in these three which one is the default one Call Reference, Call By Value, Call By Content.-Which one is default?
What is the reference modification.
what is the diff b/w select stsmt and cursor ?
77 a pic x(4) value '1234' -----> instead of this 'abcd' 77 b pic 9(4) value zeros. move a to b what is the answers for both cases? IS it possible? Give me elementary move rules briefly......
Which of the following EDITind and PICTURE symbols is to be used if a minus(-) is to appear before the value if the value is -ve and a plus(+) is to appear before the value if the value is +ve? (a) + (b) - (c) + OR (d) It is not possible