If a file has 1000 records.. if i have to replace the first and last characters of the file with another character. how it can be done....
Can the OCCURS clause be at the 01 level?
How many variables can be declared in w-s section.?
what is the diff b/w select stsmt and cursor ?
what is jcl approach for programming?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Whats the difference between search & search ALL?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What is Control Break processing ?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
how to convert vsam table into DB2 table?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.