What is TimeStamp, What is TimeStamp error and What is the
Abend Code for TimeStamp Error ?

Answers were Sorted based on User's Feedback



What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ? ..

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

What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ? ..

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

What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ? ..

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

What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ? ..

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

Post New Answer

More JCL Interview Questions

Name the system library from which modules are retrieved at execution

2 Answers  


what is the difference between perform varying and perform

1 Answers  


How to execute a set of JCL statements from a COBOL program ?

6 Answers  


How to do automated restart when a job abend?

0 Answers  


how many types of sorts are there in jcl?

2 Answers   IBM,


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??????????????

4 Answers   CTS,


wht r different types of sorts ?

1 Answers   L&T,


How to delete generations of gdg without deleting gdg base?

3 Answers  


How many types we can give input to JCL

5 Answers   UHG,


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

5 Answers   IBM, TCS,


how to run batch program without jcl?

3 Answers   HSBC, IBM,


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.

2 Answers   Target,


Categories