what happens when a copybook variables are declared using
include statement ?
Answer Posted / talluri
copy and include stmt are prediffiend texts, but copy will
expand compilation time, but include will expand
precompilation time
correct me if any thing wrong
Talluri
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
IF I mention stop run in CICS what happens?
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?
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?
How arrays can be defined in COBOL?
A table has two indexes defined. Which one will be used by the SEARCH?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are the different rules of SORT operation?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Can you please let me know the centre name of INS certification in Kolkata.
What type of SDLC u followed? Why?
Can we change the password using ALTER? anyone tried and changed?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.
How can you get the ksds file records into your cobol program?
What is the utilization of copybook in cobol?