77 a pic x(4) value '1234' -----> instead of this 'abcd'
77 b pic 9(4) value zeros.
move a to b
what is the answers for both cases?
IS it possible? Give me elementary move rules briefly......
Answer Posted / vinodquestion
Hi Mr. Amar. Thank you for your answer. Then wat about 'abcd'..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is a report item?
how to refer the data field?
what is search and searchall?what is the diffrence between them?give an best example?
IF I mention stop run in CICS what happens?
What is report-item in COBOL?
Define static linking and dynamic linking.
What do you understand by psb and acb?
input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?
How do you differentiate between cobol and cobol-ii?
Name the divisions, which are available in a cobol program?
What is the difference between external and global variables in COBOL?
Name the sections present in data division.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What are the rules of the move verb?