1.What is the default print format in cobol?
Answer Posted / purushothr
dump
| Is This Answer Correct ? | 23 Yes | 0 No |
Post New Answer View All Answers
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
example for sub strings ? and refernce modifications whit output pls
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Explain how you can characterize tables in cobol?
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?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
) how do u code after getting data?
how do you define single dimensional array and multidimensional array in your cobol?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
What is report-item in COBOL?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Explain how to differentiate call by context by comparing it to other calls?
Write a program that uses move corresponding.