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 ......
Write the code implementing the perform … varying.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the various section in data division and briefly explain them.
Which mode is used to operate the sequential file?
What are different data types in cobol?
) how do u code after getting data?
what is the difference between COBOL2 AND COBOL390?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
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.
What is the difference between PIC 9.99 and 9v99 in COBOL?
how do you reference the ksds vsam file formats from cobol programs
Whats the difference between search & search ALL?
What type of SDLC u followed? Why?
What is the local-storage section?