01 a pic 9(6) value is 123456
01 b pic 9(3)
move a to b
wht will be the value ?
Answer Posted / kiran
456
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
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.
What are the various section in data division and briefly explain them.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between comp and comp-3 usage?
How you can read the file from bottom?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
In COBOL, what is the different between index and subscript?
When is inspect verb is used in cobol?
What are the different rules to perform a Search?
What are the pertinent COBOL commands?
What is the use of intialize verb?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Describe the cobol database components?