Answer Posted / sudhasini
working storage section is not a division in cobol. it
comes under data division
| Is This Answer Correct ? | 35 Yes | 2 No |
Post New Answer View All Answers
Can a Search can be done on a table with or without Index?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What is the difference between next sentence and continue in cobol programing language?
how do you reference the ksds vsam file formats from cobol programs
What are 77 levels used for?
) How do u handle errors in BMS macro
Whats the difference between search & search ALL?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What rules are to be followed while using the corresponding options?
How you can read the file from bottom?
What is the difference between comp and comp-3?
What are the access modes of START statement?
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 ......
How do you reference the following file formats from cobol programs?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc