Can you call an OS VS COBOL pgm from a VS COBOL II pgm ?
Answers were Sorted based on User's Feedback
Answer / sailesh
yes. if the program is related to online then we cnt call
it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / anu
yes. if the program is related to online then we cnt call
it.
| Is This Answer Correct ? | 1 Yes | 0 No |
in cobol main pgm is calling sub pgm but sub pgm does not exists , what abend i get if submit the job?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
what is label record is standard or omitted in file description of data division?
In the JCL, how do you define the files referred to in a subroutine ?
Can a Search can be done on a table with or without Index?
Write a program to concert an Indexed file into Sequential file?
.How to add one input & one Out file in existing cobol program. how approach tell me step by step.
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 many bytes does s9(15) occupy in comp1 comp2 and comp3 ?
What is the use of intialize verb?
What compiler option would you use for dynamic linking?
What is SDSF?