How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
No Answer is Posted For this Question
Be the First to Post Answer
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
how we can edit records in vsam data set and non vsam data sets
What is the Purpose of Pointer in the string?
wht is load module and object module ?
How can i write a comp-3 variable into a sequential file should i declara the field in the file description as comp- 3?
what is sysncpoint?
What is SQL Code -904 and -903 in DB2 And how to handle it?
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
I have a occurs for 100 times but it has executed 101 time what could be the reason?
Consider the following COBOL entries: 05 X PIC 99 VALUE 10. SUBTRACT 20 FROM X. The resultant value of X wil be
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
what is linkcard in cobol?