Answer Posted / amarnadh reddy
hi,
Use compiler option IGYCRCTL utility.
ex: //step01 exec pgm=IGYCRCTL
| Is This Answer Correct ? | 15 Yes | 0 No |
Post New Answer View All Answers
What is amode(31)
What is the difference between perform … with test after and perform … with test before?
What is the Purpose of Pointer in the string?
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 u write test cases?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Write a program to explain size error.
What is length is cobol?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
IF I mention stop run in CICS what happens?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
How to know whether the module is dynamical or statistical?
explain sorting techniques in cobol program?