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
A table has two indexes defined. Which one will be used by the SEARCH?
When is inspect verb is used in cobol?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What is the difference between goback, stop run and exit program in cobol?
Difference between array and sub-script ?
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?
how do you define single dimensional array and multidimensional array in your cobol?
In which area will you utilize 88 level items in cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What are the different types of condition in cobol and write their forms.
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
i need a small 3d program using inline and outline.
how to move the records from file to array table. give with code example