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


Please Help Members By Posting Answers For Below Questions

What is amode(31)

712


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

848


Define cobol?

854


What are the different open modes available in cobol?

713


i need a small 3d program using inline and outline.

1629






System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1582


How do you reference the following file formats from cobol programs?

689


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

671


Which Search verb is equivalent to PERFORM…VARYING?

677


what is s000 u4087 error? please give the all error codes in cobol,jcl.

17019


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?

689


what is search and searchall?what is the diffrence between them?give an best example?

5536


Which division and paragraphs are mandatory for a COBOL program?

704


State the various causes of s0c1, s0c5 and s0c7.

656


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.

1998