What are different data types in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What is the difference between PIC 9.99 and PIC9v99?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
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?
Define static linking and dynamic linking.
What are various search techniques in cobol? Explain.
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What are all the divisions of a COBOL program?
Write the code to count the sum of n natural numbers.
What is inspect in cobol ?
how do you reference the fixed unblock file formats from cobol programs
When is inspect verb is used in cobol?
how to move the records from file to array table. give with code example
What rules are to be followed while using the corresponding options?