how many bytes does s9(7)COMP-3 field occupies?
Answer Posted / kavya
int(n/2)+1 here n=7 ,so 4 bytes will take
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the use of intialize verb?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is difference between static and dynamic call in cobol?
Write the code to count the sum of n natural numbers.
What is the difference between goback, stop run and exit program in cobol?
How you can characterize tables in cobol?
Write some characteristics of cobol as means of business language.
In COBOL, what is the different between index and subscript?
IF I mention stop run in CICS what happens?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Which is not true about evaluate statement
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
what is search and searchall?what is the diffrence between them?give an best example?
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 ......
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc