When we code these comp,comp1,comp-2,comp-3 and comp4
values. I know the differnece.I mean when we will prefer if
it is new program.Explain in detail with memory examples.
Thanks in advance.
Answer Posted / shubha
These are usage clauses. memory used by these items will very less compared to DISPLAY items, that is is why these are used especially to store the data with less memory usage
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Write some characteristics of cobol as means of business language.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Explain how to differentiate call by context by comparing it to other calls?
What is amode(31)
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
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How do you get the data to code the BMS macro?
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.
In COBOL programming, what is PERFORM? What is VARYING?
Name the sections present in data division.
What is the difference between comp and comp-3 usage?