s9(18) comp-3:: What is the size of memory it takes
internally?
Answer Posted / 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 |
Post New Answer View All Answers
Difference between array and sub-script ?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Why occurs cannot be used in 01 level in COBOL?
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?
What are various search techniques in cobol? Explain.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Mention the guidelines to write a structured cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How many sections are there in data division in COBOL?
How many bytes S(8) comp field occupy and its maximum value?
how do you reference the variable block file formats from cobol programs
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?