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
In COBOL, what is the different between index and subscript?
Which mode is used to operate the sequential file?
IF I mention stop run in CICS what happens?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Explain the configuration section of a cobol program with examples of syntax.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What rules are followed by the search verb.
How to print 10 to 1 if the input have only 10 digit number?
what is difference between cobol and cobol/400
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What is the difference between binary search and sequential search?
How you can read the file from bottom?
How can you get the ksds file records into your cobol program?
How do we get current date from system with century in COBOL?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?