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
Explain what you understand by passing by value.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are the different rules for performing sort operation?
What guidelines should be followed to write a structured cobol prgm?
How do u write test cases?
What are the various section in data division and briefly explain them.
What is the usage of comp fields in cobol?
Write the code to count the sum of n natural numbers.
i need a small 3d program using inline and outline.
Write a cobol program making use of the redefine clause.
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
how to access the file from prodution from changeman tool and to submit a file to production
What is the difference between structured cobol programming and object alternativelyiented cobol?
Define static linking and dynamic linking.