UNSUBSCRIBE

2006-07-07 Thread Sreekanth Dumpa
Thanks

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


UNSUBSCRIBE

2006-07-06 Thread Sreekanth Dumpa
Thanks,
Sreekanth



--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Copying GDG versions in Reverse order

2005-08-02 Thread sreekanth dumpa
Hi,

I have taken dump of GDG by using base into flat file using IEBGENER
Utility. In flat file it is copying the latest version first and the old
Versions next. But I want to copy them in reverse order. i.e. old version
First and later version next. Here is example of the problem

Input GDG:
First version:
10
20
30
40

Second version:
11
21
41

Third version
23
33

If I copy the GDG by using base the output file looks like this
Output file (flat file)
23
33
11
21
41
10
20
30
40


But I want to copy them in reverse order. i.e. the output should look like
This
10
20
30
40
11
21
41
23
33

Please help me out.

Thanks in advance
Sreekanth 


 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html