How to execute a set of JCL statements from a COBOL program?
Answer Posted / anoop
You can execute JCL from cobol programs.
Write the jcl statements into a file and open it in out put
mode.
| Is This Answer Correct ? | 8 Yes | 12 No |
Post New Answer View All Answers
Name the sections present in data division.
Write a program to enter and display the names of students in a class using the occurs clause.
What are the different rules of SORT operation?
What are the access modes of START statement?
How do you reference the fixed block file formats from cobol programs
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
Explain how you can characterize tables in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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 to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
How do u write test cases?
What is rmode(24)
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
How do get the result of your program directly on your pc?
What are the different open modes available in cobol?