This may be a silly, newby question but I am tasked with writing some COBOL code with which I am not very familiar with (fairly new to cobol and won't be on this team long!). The code I have to write entails updating the same SQL Server table for 2 different years and not sure how to write the code for this. I can't seem to find good examples. Do I have 2 seperate cursors open at the same time or am I forced to process them one entire cursor at a time? I basically want two copied of the same table
thanks!
thanks!