I have a seq file with different fields one field is address
with pic x(50) as input in a cobol program. In address there is
'PUNE' at any different positions in the address field ( form 1
t0 50) . My requirement is select the fields with address 'PUNE'
by using cobol. Please suggest
Answer Posted / garry
@Jagan.
Good Reply.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Differentiate between structured cobol programming and object-oriented cobol programming.
What do you understand by psb and acb?
Discuss about changing dataset name in proc.
What are declaratives and what are their uses in cobol?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is the difference between comp and comp-3 usage?
Write a cobol program making use of the redefine clause.
how to convert the recors form vsam file to db2 table tru file aid
For rewrite, why is it mandatory that file needs to be opened?
What rules are followed by the search verb.
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
What is redefines clause in COBOL?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
what is difference between cobol and cobol/400
What is the difference between a binary search and a sequential search what are the pertinent cobol?