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 binary search and sequential search?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What are the cobol coding sheets?
Difference between array and sub-script ?
i want a program using by if, evaluate , string, unstring, perform, occurs?
In COBOL programming, what is PERFORM? What is VARYING?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
Explain about different table spaces.
Whats the difference between search & search ALL?
What is comp-1 and comp-2?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
) How do u handle errors in BMS macro?