which of the following can be used as a check protection symbol
a.Z
b.S
c.*
d.+
Answer Posted / dimpy19
* A check protect symbol--a leading numeric character position into which an asterisk is placed when that position contains a zero. Each asterisk (*) is counted in the size of the item.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is search and searchall?what is the diffrence between them?give an best example?
What are all the divisions of a COBOL program?
Describe the cobol database components?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
how do you define single dimensional array and multidimensional array in your cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How many bytes S(8) comp field occupy and its maximum value?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between next sentence and continue in cobol programing language?
What is amode(31)
What is a SSRANGE and NOSSRANGE?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
Mention the guidelines to write a structured cobol program?