What is the use of a COPYBOOK in Fileaid ?
Answers were Sorted based on User's Feedback
Answer / lalitha
without copybook we can't check the value of perticular
field.
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / kumar
a copybook is needed to open a file in readable format.
Otherwise its difficult to read a file
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / poonam
use of a COPYBOOK is instead of defining variables in data
division working storage section, we writing into a
copybook means in a seperate file which will be in Libray
and open that filename in our prog and directly use
variables.
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / mdvasanth86
If you open a file and view data in it, you might not
understand what it is or what it signifies??
Can you tell me what this means
----------------------
madan 5000 52
If you give the copy book also as the input, you will get
something like below as output.
Name Total Wickets
Score
----------------------
madan 5000 52
This makes more sense, ain't it?
| Is This Answer Correct ? | 1 Yes | 0 No |
Please send me the real time scenarios in Mainframe Project... i.e., it may be in banking or insurance sector or any other no problem..... please send your mails to krishnaprasadbvs@gmail.com
When are scope terminators compulsory?
A word in the computer memory is identified by_________
which are the following verb can be used to manipulate the value of an index name A) ADD B) MOVE C) SUBTRACT D) SET
What is the mainframe computer?
What will happen if both steplib and joblib are specified?
suppose I have two tables a and b. Both tables are connected with ssn number as foreign key. I want to retrieve a column data from b table. How will you write a query?
WHAT IS THE PROCESS OF "CLAIM PROCESSING SYSTEM"
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?
In the procedure division stmt OPEN OUTPUT FILE1. Which of the following is not true about file1. a) there must be a select clause for this file in the file-control paragraph of environment division. b) There must be an FD entry in the file section of the data division. c) The file name must appear in a WRITE stmt in the procedure division. d) There?ll be a CLOSE stmt in procedure division.
Define the necessity of run stats among the environment test?
How do you get parameter from JCL to PL1?