How To move a value to an array using move verb?
Answer Posted / srinivas yadav
MOVE VARIABLE TO ARRAY-ELEMENT.
EX: MOVE A TO WS-ARRAY.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do define dynamic array in cobol.
How arrays can be defined in COBOL?
explain sorting techniques in cobol program?
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.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the access modes of START statement?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Name some of the examples of COBOl 11?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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.
Name the divisions, which are available in a cobol program?
How do u write test cases?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the utilization of copybook in cobol?