in cobol main pgm is calling sub pgm but sub pgm does not
exists , what abend i get if submit the job?
Answer Posted / gurukulu
S0C1 ABEND will be issued.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is a scope terminator give example?
What is the difference between perform … with test after and perform … with test before?
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.
What are the access modes of START statement?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Why did you choose to work with ibm mainframe cobol programming?
Define cobol?
What are various search techniques in cobol? Explain.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
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 get the result of your program directly on your pc?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
what is difference between cobol and cobol/400
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
How to know whether the module is dynamical or statistical?