What are 77 levels used for?
No Answer is Posted For this Question
Be the First to Post Answer
How to display the index.(displacement from an array)
Whats the use of Examine command? can someone help me?
Mention the guidelines to write a structured cobol program?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
What is the difference between perform … with test after and perform … with test before?
I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.
Which of the following characters is NOT valid in column 7? a. - b. \ c. * d. # e. $
What are some examples of command terminators?
example for sub strings ? and refernce modifications whit output pls
0 Answers College School Exams Tests, IBM,
Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
how many bytes does a s9(12)COMP-4 field occupy?? a.2 b.4 c.8 d.1 ans with reason please
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