How can we pass data from cobol to JCl?
Answer Posted / sri
When someone ask you that question first thing you need to
do is you post a question to him.
Passing data from COBOL to JCL means where in JCL ?
Do you mean a file? File is also a part of JCL. If it is
file then your answer is WRITE the data into the file.
Do you mean a PDS member ? Then WRITE the data or what ever
into the PDS member.
Do you mean SYSOUT ? If so just DISPLAY the value.
If he says not these three then he need to tell what is the
purpose of moving data to JCL ? for you to give an answer.
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
Give some examples of command terminators?
When is inspect verb is used in cobol?
how to refer the data field?
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 u code after getting data?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What are declaratives and what are their uses in cobol?
What is the difference between goback, stop run and exit program in cobol?
For rewrite, why is it mandatory that file needs to be opened?
how do you reference the esds vsam file formats from cobol programs
What is link edit in cobol?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
Write a program that uses move corresponding.
what is the difference between COBOL2 AND COBOL390?