what happens of we dont give time stamp in precompilation process
Answers were Sorted based on User's Feedback
Answer / srinivas yadav
An Abend will Occur such as -818
-818 is Time stamp mismatch.
How to resovle: Give the Time stamp.
| Is This Answer Correct ? | 3 Yes | 0 No |
Explain about Redefines cluse?
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 to convert the recors form vsam file to db2 table tru file aid
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
Mention the guidelines to write a structured cobol program?
if a pic 9(3) value 354,b pic x(2) value '46' then a)a>b 2)a<b 3)error
whats the difference between search and search all?
What is difference between static and dynamic call in cobol?
s9(18) comp-3:: What is the size of memory it takes internally?
how do you define single dimensional array and multidimensional array in your cobol?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Suppose i want to declare a binary comp fild of 7 byte .how to write?