IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Generation of random number in a cobol program.


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kranti

New User


Joined: 10 Oct 2005
Posts: 27

PostPosted: Thu Oct 20, 2005 12:36 pm
Reply with quote

Hi Guys,

I have a small query in the generation of randon number in a cobol program.Requirement is like I have to produce a reference number which is like

01 Ws-Ref-nbr.

03 ws-field1 pic 9(03).
03 ws-field2 pic 9(03).
03 ws-field3 pic 9(10).
03 ws-field4 pic 9(02).
03 ws-field5 pic 9(05).

like this i have some reference number. This number i want to have randomly for output records which is of sequential file.In This WS-FIELD2
I am using the todays date which is coming from the input file in my program. All others are constant values and the last one WS-FIELD5 is of ascending order.So I am getting all the reference numbers which are satisfying the criteria.

Here the problem I am facing is, this program will run once in a day.
In some cases this may run more than once as per the neccesity.So when we run this program first time we are getting the refernce numbers perfectly.But when we run the second time also we are getting the same reference numbers.Here I want to have the reference number randomly means should not have the same refernce number even when we run the program more than once in a day.Is there anu possibility to know some random value which will change some time to time or else which meets the above criteria???

Could you anybody please provide the solution

Thanks In advance,
Kran
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Wed Nov 02, 2005 2:51 am
Reply with quote

Try ibmmainframes.com/programs.php
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Using API Gateway from CICS program CICS 0
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Pulling a fixed number of records fro... DB2 2
Search our Forums:

Back to Top