Author |
Message |
Topic: how to change TOTAL to numeric, right justifield in sort |
jimmy_augustine
Replies: 3
Views: 2418
|
Forum: Utilities Posted: Mon Feb 13, 2006 1:44 pm Subject: how to change TOTAL to numeric, right justifield in sort |
Thanks many. |
Topic: how to change TOTAL to numeric, right justifield in sort |
jimmy_augustine
Replies: 3
Views: 2418
|
Forum: Utilities Posted: Mon Feb 13, 2006 11:28 am Subject: how to change TOTAL to numeric, right justifield in sort |
//STEP2 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=xxxxxx.file01.OUT001.PP.COUNT ... |
Topic: Is there any way to compare db2 structures |
jimmy_augustine
Replies: 1
Views: 1597
|
Forum: Database Posted: Mon Feb 06, 2006 6:17 am Subject: Is there any way to compare db2 structures |
Hi,
Is there any way to compare a set of table structures against another set of table structures?
For example, we are in a process of synchronizing production database to the test database. There ... |
Topic: To free unusesd space from a data set usint TSO command |
jimmy_augustine
Replies: 3
Views: 2607
|
Forum: Job Control Language(JCL) Posted: Tue Sep 28, 2004 10:14 am Subject: To free unusesd space from a data set usint TSO command |
Thanks for the info. But that doesnt help me much:( |
Topic: To free unusesd space from a data set usint TSO command |
jimmy_augustine
Replies: 3
Views: 2607
|
Forum: Job Control Language(JCL) Posted: Tue Sep 28, 2004 8:49 am Subject: To free unusesd space from a data set usint TSO command |
I guess there is no tso command to free the unused sapce in a file:( Bad luck for me:(( |
Topic: To free unusesd space from a data set usint TSO command |
jimmy_augustine
Replies: 3
Views: 2607
|
Forum: Job Control Language(JCL) Posted: Mon Sep 27, 2004 10:50 am Subject: To free unusesd space from a data set usint TSO command |
Hi
Is it possible to use any tso commands to free the unused spaces allocated to a data set? I have 10s of 1000s of files and I know, I cango to 3.4 and put an 'F' on the left hand side. But it is ... |
Topic: Multiple File outputs in SAS based on condition |
jimmy_augustine
Replies: 7
Views: 4945
|
Forum: Utilities Posted: Mon Sep 27, 2004 4:28 am Subject: Multiple File outputs in SAS based on condition |
HI Kolusu,
Thanks a million
That worked:)
Jimmy |
Topic: Multiple File outputs in SAS based on condition |
jimmy_augustine
Replies: 7
Views: 4945
|
Forum: Utilities Posted: Thu Sep 16, 2004 8:59 am Subject: Multiple File outputs in SAS based on condition |
Kolusu,
They just dont like the '//*END' lines only. They said they will be happy as long as that lines are not in the jcls. So is there any option in FILE AID to do a split along with omiting these ... |
Topic: Multiple File outputs in SAS based on condition |
jimmy_augustine
Replies: 7
Views: 4945
|
Forum: Utilities Posted: Thu Sep 16, 2004 5:04 am Subject: Multiple File outputs in SAS based on condition |
I just came to know that we can do this easily in REXX. but i have no idea how to code a REXX program. Will it be going to be a long code? will take whole lot of time to code a REXX program to do thi ... |
Topic: Multiple File outputs in SAS based on condition |
jimmy_augustine
Replies: 7
Views: 4945
|
Forum: Utilities Posted: Thu Sep 16, 2004 4:16 am Subject: Multiple File outputs in SAS based on condition |
Kolusu,
I am attaching a sample input data. Infact it is a JCL generated by a program and now i need to split this JCL based on the delimiters '//EETU' and '//*END'
we managed to split this in to di ... |
Topic: any ways toReduce unused allocated primary storage on VSAM |
jimmy_augustine
Replies: 2
Views: 2346
|
Forum: Utilities Posted: Thu Sep 16, 2004 3:59 am Subject: any ways toReduce unused allocated primary storage on VSAM |
Hi
Is there an online facility in FileAid to reduce unused allocated primary storage on VSAM files or is it a matter of repro-ing the file to FLAT file and reallocating based on a new primary allocat ... |
Topic: Multiple File outputs in SAS based on condition |
jimmy_augustine
Replies: 7
Views: 4945
|
Forum: Utilities Posted: Wed Sep 15, 2004 11:40 am Subject: Multiple File outputs in SAS based on condition |
Hi,
Is it possbile to output records in to different files base on certain condition(s) in SAS?
I have a large file. I need to split that in to multiple output file (A maximum number of 36 files) ... |
Topic: Dynamic File Allocation in COBOL |
jimmy_augustine
Replies: 12
Views: 19533
|
Forum: Application Programming Posted: Fri Aug 27, 2004 8:46 am Subject: Dynamic File Allocation in COBOL |
Phantom,
This is a wonderful peace of information i was looking for!!. Could you please explanin me how do you do that dynamic file allocation on the fly in a COBOL program?
Thanks
Jimmy |
Topic: How to simulate S0CA/S0C8 abends |
jimmy_augustine
Replies: 1
Views: 2565
|
Forum: Application Programming Posted: Fri Aug 27, 2004 3:39 am Subject: How to simulate S0CA/S0C8 abends |
G'Day
Could any one tell me how can I simulate a S0CA/S0C8 abends in Cobol code? Is there any way to create these abends by manipulating data rather than modifying the code??
Thanks in advance
Jimm ... |
Topic: Regarding S0C7 Error |
jimmy_augustine
Replies: 5
Views: 3170
|
Forum: Application Programming Posted: Wed Jul 14, 2004 3:33 am Subject: Regarding S0C7 Error |
Kolusu,
Yes I did. So can I conclude that S0C7 is not strictly bounded for COMP-3 fields only, right?
Regards
Jimmy |
|