if we have a 10 steps how to override the 4th step in jcl?
Answers were Sorted based on User's Feedback
Answer / parvatraj m bhuti
Code cond parameter
as
cond= (0,GT).. Thats all.
Is This Answer Correct ? | 0 Yes | 10 No |
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.
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,
plz,could any one tell me? what about EBCDIC in cobol?briefly?
Name some of the examples of COBOl 11?
wht is packed decimal in cobol
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Why do we use COMP-3 variables for computation, when we know that they are non displayable fields and require additional MOVE to numeric field before we populate it in output Reports?
can we use variable picture clause as xx.99 in cobol.
What is file status 39 ?
HOw can I get the negative sign while deduct high value from low value
What is the utilization of copybook in cobol? Could we utilize a similar copybook?