How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
1157How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
1103How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
1201
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the difference between PIC 9.99 and 9v99 in COBOL?
how to move the records from file to array table. give with code example
Mention the guidelines to write a structured cobol program?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
what is difference between cobol and cobol/400
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is inspect in cobol ?
How you can characterize tables in cobol?
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.
What are the rules of the move verb?
For rewrite, why is it mandatory that file needs to be opened?
IF I mention stop run in CICS what happens?
What is comp-1 and comp-2?
What is the local-storage section?