Answer Posted / chinmay
There are 4 divisions in cobol
1. Identification division
2. Environment division
3. data division
4. procedure divisiion
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
example for sub strings ? and refernce modifications whit output pls
What is the difference between binary search and sequential search?
Can we redefine the field of x(200) to less than 200?
Name the divisions, which are available in a cobol program?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the different types of condition in cobol and write their forms.
) How do u handle errors in BMS macro
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How do you reference the fixed block file formats from cobol programs
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 the difference between Call and a Link?
what happens if parmparameter passes zero bytes to the program
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
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?