Can we put move statement in COBOL copybook

Answer Posted / suersh ramaiyan

Copy book means... A piece of code may be used in many programs.
We can write that piece of code in a member of a PDS (copy book) and we can use anywhere in the COBOL programs.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between COBOL2 AND COBOL390?

2457


how to convert the recors form vsam file to db2 table tru file aid

2765


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3724


What is the use of intialize verb?

754


What the difference is between continue and next sentence?

665






What are the different open modes available in cobol?

722


Write a program that uses move corresponding.

676


What type of SDLC u followed? Why?

1524


Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?

720


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

714


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?

5379


Which division and paragraphs are mandatory for a COBOL program?

712


How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?

712


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1024


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1234