Explain Restart Logic in Cobol?
Answer / yogesh
it will strat doing exection from previous records where it
will get an abend.
Is This Answer Correct ? | 3 Yes | 8 No |
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
I have a Main Program which is calling Sub-Program which is a DB2 pgm. What will happen if I am not closing the cursor used in the Sub-program? Please advise..
How to find How Many Lines in Sysin DD * Parameter Thru Cobol Coding? If any one knows the Answer Please Reply .....Thanks From Shree
how do you reference the variable unblock file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Explain Restart Logic in Cobol?
What is the difference between copy and include in cobol?
01 a pic x(6) value is abcdef 01 b pic x(3) move a to b wht will be the value in b ?
How is sign stored in a COMP field ?
using redefine can you redefine lower variable size to higher variable size?
If i have a variable A pic 9(2) value 10 Compute A = a - 100 what will be the value of A and will there be any error becoz of the Negative value
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS