Search found 8 matches

by Munnalal
Tue May 26, 2015 1:59 pm
Forum: Other Databases on zOS.
Topic: Database on Mainframe compared to databases on other OS.
Replies: 6
Views: 1929

Re: Database on Mainframe compared to databases on other OS.

Thanks guys, this helps me to understand it more clearly.
by Munnalal
Tue May 26, 2015 1:58 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Can we copy a FBA file to FB file using a JCL?
Replies: 6
Views: 7892

Re: Can we copy a FBA file to FB file using a JCL?

Hi,

I have used this JCL:

Code: Select all

//STEP01     EXEC PGM=SORT 
//SORTIN   DD DSN=MY.FILE,...FBA 81 
//SORTOUT  DD DSN=OUT.FILE,RECFM=FB ... FB=80
//SYSOUT   DD SYSOUT=* 
//SYSIN    DD * 
  OPTION COPY 
  OUTREC FIELDS=(1:2,81)
 /*
//*
by Munnalal
Fri May 22, 2015 11:47 am
Forum: SyncSort, SyncTool, SyncGener.
Topic: Can we copy a FBA file to FB file using a JCL?
Replies: 6
Views: 7892

Re: Can we copy a FBA file to FB file using a JCL?

THanks for the reply.

If you can suggest both it will help in the long run. I have not thought that I could get 81 as lrecl too. As of now, I need a LRECL=80 and RECFM=FB.
by Munnalal
Fri May 22, 2015 11:44 am
Forum: Other Databases on zOS.
Topic: Database on Mainframe compared to databases on other OS.
Replies: 6
Views: 1929

Re: Database on Mainframe compared to databases on other OS.

Thanks for your reply.

But mainframes are still around and the data is increasing on them. Then how a new database system might be considered in replacement fo the databases on mainframes... google searches do not really this. But I think, there must have been some study done on this...
by Munnalal
Thu May 21, 2015 6:44 pm
Forum: SyncSort, SyncTool, SyncGener.
Topic: Can we copy a FBA file to FB file using a JCL?
Replies: 6
Views: 7892

Can we copy a FBA file to FB file using a JCL?

Hi All,

I have a file which is in FBA format. It is a dataset of length 81. Now my application is modified and it would need a file with FB format. Can you please tell me if I want to copy the data into the FB file how can I do that?

Thanks.
by Munnalal
Thu May 21, 2015 6:41 pm
Forum: Other Databases on zOS.
Topic: Database on Mainframe compared to databases on other OS.
Replies: 6
Views: 1929

Re: Database on Mainframe compared to databases on other OS.

Should I provide more information on this? Please suggest.
by Munnalal
Thu May 14, 2015 3:11 pm
Forum: Thought of the Day, General Talk & Jokes.
Topic: Where do you live?
Replies: 251
Views: 229178

Re: Where do you live?

Deepika P wrote:I come from India too.!
same here :)
by Munnalal
Thu May 14, 2015 3:11 pm
Forum: Other Databases on zOS.
Topic: Database on Mainframe compared to databases on other OS.
Replies: 6
Views: 1929

Database on Mainframe compared to databases on other OS.

Hello, In my project we have DB2. I am wondering if a DB2 running on a mainframe and Oracle running on Sun OS or may be any other operating system can give the same performance? I can understand that this is not a very good comparison aas I am comparing 2 different Databases and operating system but...

Go to advanced search