How many times the loop runs here
01 a pic 9(2) value 10.
perform para1 a times
stop run.
para1:
move 20 to a.
Answer Posted / suresh
it performs 10 times only it donot change while looping
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
what is the use of outrecord?
Discuss about changing dataset name in proc.
What is redefines clause in COBOL?
how do you reference the variable block file formats from cobol programs
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
When is inspect verb is used in cobol?
How to know whether the module is dynamical or statistical?
Explain how to differentiate call by context by comparing it to other calls?
how to convert the recors form vsam file to db2 table tru file aid
What is static and dynamic call in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
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 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?
what is difference between cobol and cobol/400
What is the difference between external and global variables in COBOL?