How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
1209How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
1144How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
1246
IF I mention stop run in CICS what happens?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
how to convert the recors form vsam file to db2 table tru file aid
Which Search verb is equivalent to PERFORM…VARYING?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
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.
Difference between cobol and cobol-ii?
What is rmode(24)
How do you get the data to code the BMS macro?
What is static and dynamic call in cobol?
Write the code to count the sum of n natural numbers.
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
How do you reference the fixed block file formats from cobol programs
Name some of the examples of COBOl 11?
Write the code implementing the perform … varying.