How do you submit JCL via a Cobol program?

Answer Posted / m.sukumar

Using internal reader....

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the different rules of SORT operation?

698


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.

2009


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?

700


how do you define single dimensional array and multidimensional array in your cobol?

675


Write a cobol program making use of the redefine clause.

732






Name the divisions, which are available in a cobol program?

685


How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?

1941


what happens if parmparameter passes zero bytes to the program

1667


What are different data types in cobol?

689


Write the code implementing the perform … varying.

646


Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc

825


Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning

684


What is the difference between Call and a Link?

700


how do you reference the ksds vsam file formats from cobol programs

666


)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?

1523