where do u use low-value and high value in cobol
Answer Posted / mehdee
When you need a data field to have value less than any
other data INITIALZE or MOVE LOW-VALUES to that filed. same
for HIGH-VALUES when you need that field to have valuue
more that any other data.
Is This Answer Correct ? | 21 Yes | 2 No |
Post New Answer View All Answers
Difference between array and sub-script ?
What is the LINKAGE SECTION used in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
) how do u code after getting data?
what is difference between cobol and cobol/400
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
What is report-item in COBOL?
How do you define a variable of comp-1 and comp-2?
how can i see junk values in dclgen or in hostvariable of comp ?
How to remove 2 duplicate records and copy only one using job control language?
What are the various section in data division and briefly explain them.
Describe the cobol database components?
How you can read the file from bottom?
) How do u handle errors in BMS macro?