| Author |
Message |
Topic: Intermittent problem while zipping datasets |
rajeshkoratti
Replies: 4
Views: 4267
|
Forum: Utilities Posted: Fri Jul 06, 2012 3:06 pm Subject: Intermittent problem while zipping datasets |
Kolusu
Nope, it is JCL running on the mainframe. And I'm afraid this is the only error message i get. |
Topic: Intermittent problem while zipping datasets |
rajeshkoratti
Replies: 4
Views: 4267
|
Forum: Utilities Posted: Wed Jun 27, 2012 3:36 pm Subject: Intermittent problem while zipping datasets |
correction to the JCL
//STEP070 EXEC PGM=IKJEFT01,REGION=50M,DYNAMNBR=100
//SYSTSPRT DD SYSOUT=*
//SYSTSIN DD *
zip -a 'my.file.zip' 'my.file'
/*
|
Topic: Intermittent problem while zipping datasets |
rajeshkoratti
Replies: 4
Views: 4267
|
Forum: Utilities Posted: Wed Jun 27, 2012 3:06 pm Subject: Intermittent problem while zipping datasets |
I have JCL running in my shop which zips a large dataset (about 500 CYLS) which is a VB with a reclenght of 8192.
The JCL executes a IKJEFT01.
//STEP070 EXEC PGM=IKJEFT01,REGION=50M,DYNAMNBR=1 ... |
Topic: COMP Data in VARCHAR Field |
rajeshkoratti
Replies: 12
Views: 6504
|
Forum: Database Posted: Fri Oct 14, 2011 6:35 pm Subject: COMP Data in VARCHAR Field |
Thanks GuyC
Your solution worked. I wrote a SQL script similar to this
UPDATE TABLENAME
SET VARCHAR_COL = ( ... |
Topic: COMP Data in VARCHAR Field |
rajeshkoratti
Replies: 12
Views: 6504
|
Forum: Database Posted: Fri Oct 14, 2011 10:24 am Subject: COMP Data in VARCHAR Field |
GuyC
I believe this works only for DB2 v 10 |
Topic: COMP Data in VARCHAR Field |
rajeshkoratti
Replies: 12
Views: 6504
|
Forum: Database Posted: Fri Oct 14, 2011 9:36 am Subject: COMP Data in VARCHAR Field |
Hello GuyC
Please could you explain your solution a bit more.. |
Topic: COMP Data in VARCHAR Field |
rajeshkoratti
Replies: 12
Views: 6504
|
Forum: Database Posted: Thu Oct 13, 2011 9:54 pm Subject: COMP Data in VARCHAR Field |
Thanks Kolusu
However, I think i wasnt specific enough in my previous post. both the VARCHAR as well as the INTEGER contain the same data. The INTEGER is of 9(9) COMP and the VARCHAR is a redefines ... |
Topic: COMP Data in VARCHAR Field |
rajeshkoratti
Replies: 12
Views: 6504
|
Forum: Database Posted: Thu Oct 13, 2011 7:04 pm Subject: COMP Data in VARCHAR Field |
Hi
I am in process of doing some data cleanup. And in our shop i found out that a particular table has 2 fields, An INTEGER and a VARCHAR. The data in these fields are quite strange.
The INTEGE ... |
Topic: Problem with Split Screens |
rajeshkoratti
Replies: 5
Views: 3481
|
Forum: TSO and ISPF Posted: Wed Aug 19, 2009 10:53 pm Subject: Problem with Split Screens |
May be my question and doubt was simple and stupid .. what i did was i went to the top of the screen and pressed PF2 again. and lo the screen switched back to the normal toggle mode..(without the ... |
Topic: Problem with Split Screens |
rajeshkoratti
Replies: 5
Views: 3481
|
Forum: TSO and ISPF Posted: Mon Aug 17, 2009 11:42 pm Subject: Problem with Split Screens |
Hi,
While working in ISPF i accidently pressed the PF2 key and the screen when into 'split screen' mode. So now i can see 2 screens and toggle between them using the PF9 key. How do i come out of t ... |
Topic: How to find the Transaction ID of the Program |
rajeshkoratti
Replies: 7
Views: 11123
|
Forum: CICS and Middleware Posted: Thu Aug 13, 2009 3:12 am Subject: How to find the Transaction ID of the Program |
Using the DFHCSD file did the trick!!! Thanks a lot Semigeezer (i always wonder what your name means:) ) |
Topic: How to find the Transaction ID of the Program |
rajeshkoratti
Replies: 7
Views: 11123
|
Forum: CICS and Middleware Posted: Thu Aug 06, 2009 10:11 pm Subject: How to find the Transaction ID of the Program |
| Thanks Kolusu.. however as Terry pointed out i need the Program -> Trans mapping. The reason being in my shop, unfortuantely, the naming conventions are not followed strictly hence, guessing out th ... |
Topic: How to find the Transaction ID of the Program |
rajeshkoratti
Replies: 7
Views: 11123
|
Forum: CICS and Middleware Posted: Thu Aug 06, 2009 12:36 am Subject: How to find the Transaction ID of the Program |
Hi
I have a list of CICS programs, i want to fiond out the transaction IDS which will invoke these programs. How do i find it.
I did CEDA DISPLAY but it is giving me the PCT entry form the trans ... |
Topic: Adding keys to records using Syncsort |
rajeshkoratti
Replies: 2
Views: 2048
|
Forum: Utilities Posted: Wed Jul 22, 2009 10:38 pm Subject: Adding keys to records using Syncsort |
| Any replies ????????? |
Topic: Adding keys to records using Syncsort |
rajeshkoratti
Replies: 2
Views: 2048
|
Forum: Utilities Posted: Tue Jul 21, 2009 10:39 pm Subject: Adding keys to records using Syncsort |
Hi
I have a particular requirement to add keys at the start of each record in a packed file.
To explain it better.. i have a file which contains the IMS database unload. Now my database is stru ... |
| |