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
Write a program to enter and display the names of students in a class using the occurs clause.
how do you reference the esds vsam file formats from cobol programs
What type of SDLC u followed? Why?
Why occurs cannot be used in 01 level in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Name the sections present in data division.
For rewrite, why is it mandatory that file needs to be opened?
explain sorting techniques in cobol program?
how to refer the data field?
What are the access modes of START statement?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are different data types in cobol?
When is inspect verb is used in cobol?
Whats the difference between search & search ALL?
How do u write test cases?