How To move a value to an array using move verb?
Answer Posted / r
In continuation with first answer below code need to be
added in
01 Array
05 A PIC X(10) occurs 10 times.
CODE: 01 ARRAY
05 A PIC X(10) OCCURS 10 TIMES INDEXED BY I.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
how do you define single dimensional array and multidimensional array in your cobol?
In COBOL, what is the different between index and subscript?
What the difference is between continue and next sentence?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How you can read the file from bottom?
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.
Which Search verb is equivalent to PERFORM…VARYING?
example for sub strings ? and refernce modifications whit output pls
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
explain sorting techniques in cobol program?
Define cobol?