s9(18) comp-3:: What is the size of memory it takes
internally?
Answers were Sorted based on User's Feedback
Answer / shaan
Well since comp-3 items are packed decimal items,2 digits
will be stored in each byte and the last nibble(4 bits) will
contain the sign.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / vinodquestion
Thanks shaan, And what is for sigh decimal numbers
representation for same comp 3? i.e internal representation
of signed decimal number
| Is This Answer Correct ? | 0 Yes | 1 No |
explain sorting techniques in cobol program?
Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
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,
We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
how to move the records from file to array table. give with code example
What are the two search techniques ?
How to retrive the 9th records out of ten records using the cobol program ?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
i have two file one is ksds another one is esds i want store matching records in flat file how to you matching.
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
How to remove 2 duplicate records and copy only one using job control language?
What is static and dynamic call in cobol?