I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
How do we get current date from system with century in COBOL?
Can we change the password using ALTER? anyone tried and changed?
Write a cobol program making use of the redefine clause.
What is the difference between binary search and sequential search?
Whats the difference between search & search ALL?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
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.
What are 77 levels used for?
What is the difference between comp and comp-3 usage?
how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between Call and a Link?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Have you used comp and comp-3 in your project? And how?
how do you reference the ksds vsam file formats from cobol programs