How to display string in the reverse order using occurs
clause?
Answer Posted / rookie
Have u missed something.
Out-string must be an array.
01 OUT-STRING PIC X occurs 9 times.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is amode(31)
how to refer the data field?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
How do we get current date from system with century in COBOL?
What are the different data types in cobol?
what is the difference between COBOL2 AND COBOL390?
Explain about different table spaces.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are the different rules to perform a Search?
how to move the records from file to array table. give with code example
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is rmode(any) ?