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 / sdexcellent@yahoo.co.in
01 ws-new redifines ws pic x(3).
in level 01 only
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
Why did you choose to work with ibm mainframe cobol programming?
In which area will you utilize 88 level items in cobol?
how do you reference the esds vsam file formats from cobol programs
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do get the result of your program directly on your pc?
What is the LINKAGE SECTION used in COBOL?
State the various causes of s0c1, s0c5 and s0c7.
What rules are to be followed while using the corresponding options?
Whats the difference between search & search ALL?
Difference between cobol and cobol-ii?
How do u write test cases?
What is the difference between PIC 9.99 and PIC9v99?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Write a program to explain size error.