gotluru Beginner
Joined: 17 Dec 2002 Posts: 29 Topics: 6
|
Posted: Fri Apr 25, 2003 1:32 pm Post subject: Cobol/Db2 Batch Run time error on Random function |
|
|
When I am trying to run Cobol/Db2 Batch Program getting this error.
Code: |
00E73003
Explanation: The SQL statement could not be executed because the
statement needed a level/feature of OS/390 that is not installed. DB2
attempted to load a required LE/370 load module and was unable to do so.
System Action: The SQL statement is rejected with SQLCODE -20101 and this
reason code.
System Programmer Response: Refer to the Program Directory to determine
the minimum level of OS/390 that is required for the syntax used in the
statement.
ERROR SELECTING RANDOM INTEGER
DSNT408I SQLCODE = -20101, ERROR: THE FUNCTION RAND FAILED WITH REASON
00E73003
DSNT418I SQLSTATE = 56060 SQLSTATE RETURN CODE
DSNT415I SQLERRP = DSNXRLE SQL PROCEDURE DETECTING ERROR
DSNT416I SQLERRD = 1160 0 0 -1 0 0 SQL DIAGNOSTIC INFORMATION
DSNT416I SQLERRD = X'00000488' X'00000000' X'00000000'
X'FFFFFFFF' X'00000000' X'00000000' SQL DIAGNOSTIC
INFORMATION
|
Please put some light on this in your leisure.. |
|