can we display comp-3 variables. if we want to display what
we have to do . give me one example
Answer Posted / munna
yes we can display with normal display command
Is This Answer Correct ? | 8 Yes | 20 No |
Post New Answer View All Answers
What is a scope terminator give example?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write a cobol program making use of the redefine clause.
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
How many bytes S(8) comp field occupy and its maximum value?
Describe the cobol database components?
What is rmode(24)
What is a SSRANGE and NOSSRANGE?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Why would you use find and get rather than to obtain?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How are the next sentence and continue different from each other?
Give some examples of command terminators?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
i need a small 3d program using inline and outline.