where do u use low-value and high value in cobol
Answer Posted / mahesh
when we a small integer then we have to use low value
otherwise go for high-value
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
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 ......
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What do you understand by psb and acb?
What is the problem of ordered sequential files access?
What are the access modes of START statement?
In COBOL, what is the different between index and subscript?
What is the difference between Global and External Variables?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What are the pertinent COBOL commands?
How many bytes S(8) comp field occupy and its maximum value?
What is the difference between binary search and sequential search?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are different data types in cobol?
how to refer the data field?