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
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Write a cobol program making use of the redefine clause.
What is the utilization of copybook in cobol?
In COBOL programming, what is PERFORM? What is VARYING?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to remove 2 duplicate records and copy only one using job control language?
Mention the guidelines to write a structured cobol program?
how do you reference the printer file formats from cobol programs
What is rmode(24)
What is the difference between Call and a Link?
) what is the difference between AID and HANDLE AID?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
For rewrite, why is it mandatory that file needs to be opened?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?