Post New Answer View All Answers
What is amode(31)
how do you reference the variable block file formats from cobol programs
What do you understand by psb and acb?
How many bytes S(8) comp field occupy and its maximum value?
Write down the divisions of cobol program?
How you can characterize tables in cobol?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
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?
how do you reference the variable unblock file formats from cobol programs
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
what is search and searchall?what is the diffrence between them?give an best example?
Are you comfortable in cobol or jcl?
What is rmode(24)
explain sorting techniques in cobol program?
I have a File that has duplicate records. I need only those records that occur more than thrice.?