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


Please Help Members By Posting Answers For Below Questions

Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks

2337


how to move the records from file to array table. give with code example

2221


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

711


Have you used comp and comp-3 in your project? And how?

2008


How you can read the file from bottom?

660






How to know whether the module is dynamical or statistical?

656


Name some of the examples of COBOl 11?

2686


How can you get the ksds file records into your cobol program?

644


What are the different rules of SORT operation?

700


What is the difference between comp and comp-3?

704


What is the difference between external and global variables in COBOL?

815


) How do u handle errors in BMS macro

1512


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.

934


When is inspect verb is used in cobol?

677


how do you define single dimensional array and multidimensional array in your cobol?

678