How can we pass data from cobol to JCl?
Answer Posted / gigish thomas
create a Symbolic Parameter in jcl woith out goiving any
value.In the job step passthis symbolic parameter through
PARM parameter to cobol program.in the linkage section of
the cobol program assign the value/string to the symbolic
variable. It will automatically reflect to the symbolic
variable which was defined in JCL program.
| Is This Answer Correct ? | 4 Yes | 18 No |
Post New Answer View All Answers
Write a program that uses move corresponding.
What is the difference between external and global variables in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the usage of comp fields in cobol?
) How do u handle errors in BMS macro?
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 to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Write the code implementing the perform … varying.
how to refer the data field?
Why did you choose to work with ibm mainframe cobol programming?
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
How to know whether the module is dynamical or statistical?
How many bytes S(8) comp field occupy and its maximum value?
Write a cobol program making use of the redefine clause.