Differentiate between structured cobol programming and object-oriented cobol programming.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Which is not true about evaluate statement
What is the difference between Global and External Variables?
how do you reference the fixed unblock file formats from cobol programs
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 the different open modes available in cobol?
Difference between array and sub-script ?
What is the difference between goback, stop run and exit program in cobol?
how to convert the recors form vsam file to db2 table tru file aid
In COBOL programming, what is PERFORM? What is VARYING?
how to access the file from prodution from changeman tool and to submit a file to production
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How many bytes S(8) comp field occupy and its maximum value?