Answer Posted / sravani
when sync is used it will start from fresh byte.in mainframe 4bytes is used for a word. it will increase the performance. but it allowes slack bytes(unused bytes)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and PIC9v99?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What are the different rules for performing sort operation?
How do define dynamic array in cobol.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
In COBOL, what is the different between index and subscript?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is rmode(24)
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?
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 ......