The below is the declaration for a variable ws
01 ws pic 9(3).
if you want to insert space how will you do that.
in which level u should do it
Answer Posted / kavya
using filler clause we can insert space
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you get the data to code the BMS macro?
What rules are followed by the search verb.
How to print 10 to 1 if the input have only 10 digit number?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Name the sections present in data division.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
what are decleratives in cobol?
What kind of error is trapped by on size error option?
For rewrite, why is it mandatory that file needs to be opened?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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 are all the divisions of a COBOL program?
What is the difference between perform … with test after and perform … with test before?
Difference between cobol and cobol-ii?