Can we put move statement in COBOL copybook
Answer Posted / ankitha
copy book is nothing but pre written cobol statements and
can be used in any division in cobol pgm ,you can code move
statement in copy book and copy in procedure division.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What is the difference between PIC 9.99 and PIC9v99?
How do you define a variable of comp-1 and comp-2?
For rewrite, why is it mandatory that file needs to be opened?
What is cobol?
What is the usage of comp fields in cobol?
What is link edit in cobol?
How you can read the file from bottom?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
What the difference is between continue and next sentence?
How do you reference the fixed block file formats from cobol programs
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
Why would you use find and get rather than to obtain?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?