what is the default print format? in cobol

Answer Posted / joshin

display

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the pertinent COBOL commands?

2617


What are the different rules to perform a Search?

610


Difference between cobol and cobol-ii?

697


How you can read the file from bottom?

652


Have you used comp and comp-3 in your project? And how?

2003






How do you reference the fixed block file formats from cobol programs

693


what is amode(24), amode(31), rmode(24) and rmode(any)?

686


What is the default value(s) for an initialize and what keyword allows for an override of the default?

686


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

1639


how do you reference the fixed unblock file formats from cobol programs

698


Write a cobol program making use of the redefine clause.

721


What is a SSRANGE and NOSSRANGE?

809


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

639


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?

6794


i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this

984