Answer Posted / shinoy sansilavose
it occupies one additional byte when it is specified with
signed variable declaration.
Example:
01 ws-num pic s9(04) sign trailing separate.
move '+1234' to ws-num
then the value will be stored as +1234.
| Is This Answer Correct ? | 13 Yes | 20 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
What are the access modes of START statement?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
how can i see junk values in dclgen or in hostvariable of comp ?
What are the pertinent COBOL commands?
What is the Purpose of Pointer in the string?
How arrays can be defined in COBOL?
What are literals?
Name the sections present in data division.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Discuss about changing dataset name in proc.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What rules are followed by the search verb.
Explain what you understand by passing by value.