what happens when a copybook variables are declared using
include statement ?
Answer Posted / shaan
Include is a precomplier statement and so the variables
would be expanded during precompilation time rather than at
compilation time.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
Which Search verb is equivalent to PERFORM…VARYING?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What are the various section in data division and briefly explain them.
In which area will you utilize 88 level items in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Which division and paragraphs are mandatory for a COBOL program?
What are the cobol coding sheets?
Name some of the examples of COBOl 11?
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.
Can a Search can be done on a table with or without Index?
how to move the records from file to array table. give with code example
What is the LINKAGE SECTION used in COBOL?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?