Answer Posted / vineeth
There are 4 divisions Identification division, Environment division, Data division, Procedure division
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
how do you reference the printer file formats from cobol programs
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
how do you reference the esds vsam file formats from cobol programs
What is rmode(24)
What are various search techniques in cobol? Explain.
What is the difference between Global and External Variables?
What is the LINKAGE SECTION used in COBOL?
What is a SSRANGE and NOSSRANGE?
Why would you use find and get rather than to obtain?
) How do u handle errors in BMS macro?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
Have you used comp and comp-3 in your project? And how?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
HOw can I get the negative sign while deduct high value from low value