How many variables can be declared in w-s section.?
Answer Posted / raja murugesan
am not sure about it. Any written proof in any cobol tutorial
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different rules to perform a Search?
how do you reference the ksds vsam file formats from cobol programs
What is report-item in COBOL?
How do get the result of your program directly on your pc?
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 to convert the recors form vsam file to db2 table tru file aid
how do you define single dimensional array and multidimensional array in your cobol?
What is the LINKAGE SECTION used in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Explain about different table spaces.
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.
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the use of intialize verb?
What kind of error is trapped by on size error option?