How do you define a sort file in JCL that runs the COBOL
program?
Answer Posted / priya
Hi,
I want to sort the file in run jcl and i need to get that
sorted file in cobol program there in select statement what
dd name i should mention?
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Can we change the password using ALTER? anyone tried and changed?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Which is not true about evaluate statement
what is search and searchall?what is the diffrence between them?give an best example?
what is the difference between COBOL2 AND COBOL390?
How to know whether the module is dynamical or statistical?
In COBOL, what is the different between index and subscript?
What is link edit in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
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.
Explain what you understand by passing by value.
i need a small 3d program using inline and outline.
How do get the result of your program directly on your pc?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?