How can we pass data from cobol to JCl?
Answer Posted / mr2981
by using file we can pass data ,by using return code
| Is This Answer Correct ? | 9 Yes | 14 No |
Post New Answer View All Answers
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What are declaratives and what are their uses 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.
What are the cobol coding sheets?
What are the different data types in cobol?
What is the difference between next sentence and continue in cobol programing language?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are various search techniques in cobol? Explain.
) what is the difference between AID and HANDLE AID?
Explain how you can characterize tables in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Name the divisions, which are available in a cobol program?
What is comp-1 and comp-2?