if one main program ,n -subprograms are then which call you
follow ?why reasonuhg
Answer Posted / krishna
Dynamic Call is always preferable, irrespective of the no
of Sub programs,but it all depends on the installation.
Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
What is the difference between external and global variables in COBOL?
What is the problem of ordered sequential files access?
how to refer the data field?
Difference between cobol and cobol-ii?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
How do you define a variable of comp-1 and comp-2?
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 do you define single dimensional array and multidimensional array in your cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what happens if parmparameter passes zero bytes to the program
example for sub strings ? and refernce modifications whit output pls
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
i need a small 3d program using inline and outline.
How do u write test cases?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?