Author |
Message |
Topic: send messages SMS from a JCL |
Franko
Replies: 10
Views: 11565
|
Forum: Job Control Language(JCL) Posted: Wed Jun 01, 2011 1:14 pm Subject: send messages SMS from a JCL |
Look into ZOSMAIL. This is a program that is run under TSO batch (IKJEFT01) and uses ZIP390 services. It will send messages to a cell phone client if you know the cell phone number and the service p ... |
Topic: IMS DC screen doesnt get refreshed |
Franko
Replies: 2
Views: 5548
|
Forum: IMS Posted: Tue May 17, 2011 3:03 pm Subject: IMS DC screen doesnt get refreshed |
Possibly old messages queued to this terminal. Try the PA keys (PA1, PA2, PA3). If I remember correctly, these keys will retrieve (or clear) the waiting messages or message segments. |
Topic: Increase space on a multi-volume dataset. |
Franko
Replies: 10
Views: 8722
|
Forum: Job Control Language(JCL) Posted: Mon Aug 30, 2010 10:44 am Subject: Increase space on a multi-volume dataset. |
it causes 413-1C (present volume does not match with old one at the time of abend) abend if I do so !!
This sounds like a warning from your job scheduling system when you attempt to perform a S ... |
Topic: Loosing leading Zeros in Excel file from mainframe(Cobol) |
Franko
Replies: 12
Views: 13822
|
Forum: Application Programming Posted: Tue Jul 27, 2010 12:18 pm Subject: Loosing leading Zeros in Excel file from mainframe(Cobol) |
Try formatting the entire column: 1) Format cells, 2) Custom, 3) 000000. This should provide the leading zeros you require. |
Topic: Need your help to test IMS Update job without invoking dynam |
Franko
Replies: 7
Views: 8003
|
Forum: IMS Posted: Fri Jul 09, 2010 1:22 pm Subject: Need your help to test IMS Update job without invoking dynam |
I'm sorry Kolusu but you don't need a new PSB to utilize a different dataset name with the DBD/DD name. The IMS EXITLIB contains the dynamic allocation macros which resolve DDname to dataset name. U ... |
Topic: RECEIVE in batch not working properly |
Franko
Replies: 5
Views: 3160
|
Forum: TSO and ISPF Posted: Mon Jun 14, 2010 4:37 pm Subject: RECEIVE in batch not working properly |
Thanks Bill. But in my experience, you can send and receive the same dataset name. My example should have indicated the 2 steps (1=receive, 2=ds('prod.pds(a)'), but it is still correct. My choice o ... |
Topic: RECEIVE in batch not working properly |
Franko
Replies: 5
Views: 3160
|
Forum: TSO and ISPF Posted: Fri Jun 04, 2010 1:40 pm Subject: RECEIVE in batch not working properly |
Since yadav2005 hasn't shared his solution with us,
I think his reply would be
RECEIVE DS('PROD.PDS(A)')
|
Topic: zIIP for DFSort |
Franko
Replies: 3
Views: 4708
|
Forum: Utilities Posted: Fri Apr 23, 2010 12:09 pm Subject: zIIP for DFSort |
Sqlcode,
try searching on your inquiry variables (DFSORT and ZIIP) and you'd find this:
http://it.toolbox.com/blogs/db2zos/apar-friday-and-you-thought-it-was-gone-smile-33466 |
|