Answer Posted / vkw
If i have s9(20)comp3.the ans is 21/3=10.5 that means its
round off to 11.why it is rounded off and how it will
happen annd on what basis.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
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 static and dynamic call in cobol?
How do you differentiate between cobol and cobol-ii?
How do you reference the following file formats from cobol programs?
Define cobol?
What is the difference between comp and comp-3 usage?
How are the next sentence and continue different from each other?
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
what is the use of outrecord?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
what is s000 u4087 error? please give the all error codes in cobol,jcl.
what is amode(24), amode(31), rmode(24) and rmode(any)?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the use of intialize verb?
What are the different data types in cobol?