Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
Answer Posted / baalu
hi,this is baalu. my ans is....
it is batch enviranment it is possible.
it is online enviranment it is not possible.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between perform … with test after and perform … with test before?
What are the pertinent COBOL
How do u write test cases?
What is the difference between PIC 9.99 and 9v99 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.
Are you comfortable in cobol or jcl?
How do you reference the following file formats from cobol programs?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Which mode is used to operate the sequential file?
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?
Can we change the password using ALTER? anyone tried and changed?
What is the utilization of copybook in cobol?
For rewrite, why is it mandatory that file needs to be opened?
How do you define a variable of comp-1 and comp-2?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?