01 a pic x(4) value 'abcd'
01 b pic 9(3)
can we move from a to b.if possible what would be stored in
b.
Answer Posted / sadaf rehan
abc will moved to a and 'd' will get teminating
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is perform what is varying?
What is the problem of ordered sequential files access?
what happens if parmparameter passes zero bytes to the program
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Why would you use find and get rather than to obtain?
What are different data types in cobol?
What is the difference between goback, stop run and exit program in cobol?
What is report-item in COBOL?
In which area will you utilize 88 level items in cobol?
How to remove 2 duplicate records and copy only one using job control language?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Can we change the password using ALTER? anyone tried and changed?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc