1.What is the default print format in cobol?

Answer Posted / purushoth

Dump IS THE CORRECT ANSWER MAN..i dont knw how u ppl
gussing display for default print format..

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A table has two indexes defined. Which one will be used by the SEARCH?

872


When is inspect verb is used in cobol?

791


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

797


What is the difference between goback, stop run and exit program in cobol?

1083


Difference between array and sub-script ?

1251






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?

7073


how do you define single dimensional array and multidimensional array in your cobol?

766


In which area will you utilize 88 level items in cobol?

809


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2835


How to remove the spaces at the end of each record in the output file of variable length, via cobol program?

771


What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?

796


What are the different types of condition in cobol and write their forms.

750


can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech

2067


i need a small 3d program using inline and outline.

1748


how to move the records from file to array table. give with code example

2314