How many maximum number of procedures can we write in one
COBOL program?
Answer Posted / obama
255
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
) what is the difference between AID and HANDLE AID?
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?
What is rmode(24)
How do get the result of your program directly on your pc?
Write a program to enter and display the names of students in a class using the occurs clause.
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Give some examples of command terminators?
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.
Define static linking and dynamic linking.
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
Write a cobol program making use of the redefine clause.
What is length is cobol?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are the different rules for performing sort operation?
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..