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 |
how will you find a particular line in debugging if its a infinite loop
how do we prepare test data using file-aid tool?
can u run online and batch at the same time?
What is the maximum value that can be stored in s9(8) comp?
Expalin about Ibm frameworkinh working & is it platform independant & open source?
What is meant by drda?
Give the format of using and giving in sort statement. What are the restrictions with it?
If a=1 or 2 or 3 NEXT SENTENCE ELSE move a to b. a) if A not = 1 or 2 or 3 move A to B b) if not A = 1 and 2 and 3 move A to B c) if A Not = 1 and 2 and 3 move A to B d) if A NOT = 1 or NOT=2 or NOT =3 move A to B
is it possible to create a new field dynamically?
How IBM framework work?
what is the meaning, the advantages and which are the types of evaluate statement?
How do you write from PL/1 code to JCL?