What is TimeStamp, What is TimeStamp error and What is the
Abend Code for TimeStamp Error ?
Answers were Sorted based on User's Feedback
Answer / nallapaneni bala
timestamp is to define the date and or time associated with
an treansaction
YYYY-MM-DD HH:MM:SS.NNNNNN WHERE NNNNNNN is in nanoseconds
timestamp error ==== -818
when ur trying to acess the plan first it will check the
timestamp of plan and time stamp of cobol load module if
both r not matched it results timestamp error.
Is This Answer Correct ? | 8 Yes | 0 No |
Answer / venu
by usind time stamp all the cobol an db2 stmts are divided
separately and executed simultaniously.
when the load module and plan will not be created at the
same time then time stamp wil be occured.
-818 is the ts abend
Is This Answer Correct ? | 5 Yes | 2 No |
Answer / nasar
NNNNNNN ----- is this nano seconds or micro seconds?
I think this is micro seconds. What do you say Bala?
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mdvasanth86
Yes..
YYYY-MM-DD-HH:MM:SS:NNNNNN is the timestamp format.
In cobol it is generally defined as PIC X (26)
@Nasar ,
Yes it NNNNNN is microseconds.
-818 and -805 are both Timestamp mismatch related.
Is This Answer Correct ? | 0 Yes | 0 No |
Name the system library from which modules are retrieved at execution
what is the difference between perform varying and perform
How to execute a set of JCL statements from a COBOL program ?
How to do automated restart when a job abend?
how many types of sorts are there in jcl?
I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????
wht r different types of sorts ?
How to delete generations of gdg without deleting gdg base?
How many types we can give input to JCL
how can we pass parameters from JCL to cobol subprogram...my requirement is i should not get data from mainprogram but i need it from JCL directly
how to run batch program without jcl?
How we can code in a jcl to execute a job in a particular time and date without using any job shudular?. (Eg) i want to execute a particular job at 8 am on 01/01/2010.