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

How many types we can give input to JCL

5 Answers   UHG,


Which COND paramter will u use to execute the step only if the previous step does not execute

3 Answers   BoA, HSBC,


What is meant by S0C7 system abend code?

8 Answers  


if we compile the cobol+ db2 program now ofter 5 years we need to compile again?

1 Answers   TCS,


1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent

1 Answers  






which utility is used to sort a file in jcl?

0 Answers   IBM,


what is a null indicator in db2?

5 Answers   Fiserv, IBM,


What is the difference b/w the CLASS,TIME,PRTY in jcl job card.

4 Answers   Syntel,


What does IEBGENER do?

10 Answers   BirlaSoft,


if the submitter of a job wants to inform another user about the job completion, how can it be done?

0 Answers   IBM,


what happens in conversion stage in job processing?

0 Answers   IBM,


What is Automatic Restart ? EXEC PGM = PROG1, RD = R (Is it the Restart of a JOBSTEP or Restarting the execution of the program?) Do we Restart it or it automatically Restarts executing again and again ? Then when it will finish executing ? or After Abending, when we submit it again, then it is Restarted from the Last successful Checkpoint ? If some JOBSTEP is abending, what is the benifit to Restart it, WILL IT NOT ABEND AGAIN if you don't change the LOGIC ?

1 Answers   IBM,


Categories