what is the default print format? in cobol
Answers were Sorted based on User's Feedback
Answer / ashok
in cobol defalt print formate is spacess only. eaither
numaric or alphanumaric or chater also
| Is This Answer Correct ? | 5 Yes | 2 No |
input:- 12233344445555566666... output:- 1=1,2=4,3=9... Here firstno i.e 1 should be displayed and after that the alikeno.s should be added n displayed.i.e 2+2=4 like tat it goeson.
What is the usage of comp fields in cobol?
What is 77 level used for ?
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
what is jcl approach for programming?
I had 100 records and i want to execute last three records by using cobol programming?what will be coding?
What are the functions like c or c++ in cobol?
Write a program to explain size error.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
When search all is used in cobol program without sorted input data?
6 Answers CGI, Principal Finance,
can internal sort be applied to sort ksds files?
How to define a array dynamically.....