Answer Posted / azharuddinsyed
'SET TO TRUE' is used to set the value of 88 level data items.
Example
-----------
05 ws-paper pic x(1).
88 ws-hindu value 'y'.
88 ws-toi value 'n'.
if set ws-hindu to true, then ws-paper contains value 'y'
This is same as move 'y' to ws-paper
if set ws-toi to true, then ws-paper contains value 'n'
This is same as move 'n' to ws-paper
Please correct me if i am wrong.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the LINKAGE SECTION used in COBOL?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
How do you reference the fixed block file formats from cobol programs
Explain what you understand by passing by value.
What are the various section in data division and briefly explain them.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
How to remove 2 duplicate records and copy only one using job control language?
What are literals?
What is the difference between next sentence and continue in cobol programing language?
When is inspect verb is used in cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is a SSRANGE and NOSSRANGE?
What is amode(31)
Why would you use find and get rather than to obtain?