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
In COBOL, what is the different between index and subscript?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How do we get current date from system with century in COBOL?
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
What are literals?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What are the different open modes available in cobol?
Why would you use find and get rather than to obtain?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between binary search and sequential search?
Describe the cobol database components?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?