Without using move verb how to move one variable to another.
Answer Posted / monick
SET A TO B
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
How do define dynamic array in cobol.
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
In COBOL programming, what is PERFORM? What is VARYING?
What is the Purpose of Pointer in the string?
Write a program to enter and display the names of students in a class using the occurs clause.
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.
Which Search verb is equivalent to PERFORM…VARYING?
what is difference between cobol and cobol/400
How can you get the ksds file records into your cobol program?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What are the pertinent COBOL commands?
Difference between cobol and cobol-ii?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how do you reference the ksds vsam file formats from cobol programs