01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Answer Posted / shweta
456 would be in B
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
What are the cobol coding sheets?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Define cobol?
what is search and searchall?what is the diffrence between them?give an best example?
Explain what you understand by passing by value.
Can we change the password using ALTER? anyone tried and changed?
What is a SSRANGE and NOSSRANGE?
Can we redefine the field of x(200) to less than 200?
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is static and dynamic call in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to print 10 to 1 if the input have only 10 digit number?
HOw can I get the negative sign while deduct high value from low value
Write a program to enter and display the names of students in a class using the occurs clause.