Answer Posted / sreekanth
the size of s9(19)comp3 is 10.because in comp3 whenever the
size is odd then we can use the following formula.i.e
n+1/2.so 19+1/2 is 10 then the size of s9(19)comp3 is 10.
| Is This Answer Correct ? | 20 Yes | 6 No |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How you can characterize tables in cobol?
What is the use of intialize verb?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Have you used comp and comp-3 in your project? And how?
What are the different types of condition in cobol and write their forms.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is the difference between external and global variables in COBOL?
Name the divisions, which are available in a cobol program?
how do you reference the variable unblock file formats from cobol programs