Answer Posted / dimpy17
for negative value,2;s compliment is taken.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What type of SDLC u followed? Why?
What are literals?
) how do u code after getting data?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
What are the different rules of SORT operation?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Describe the cobol database components?
explain sorting techniques in cobol program?
What is the compute verb? How is it used?
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?