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
how to access the file from prodution from changeman tool and to submit a file to production
what happens if parmparameter passes zero bytes to the program
Define cobol?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
How you can read the file from bottom?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
For rewrite, why is it mandatory that file needs to be opened?
What is the problem of ordered sequential files access?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
Write some characteristics of cobol as means of business language.
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
What is report-item in COBOL?
What are the access modes of START statement?
How do you differentiate between cobol and cobol-ii?