Author |
Message |
Topic: Multiline STDPARM for BPXBATCH |
HenriqueS
Replies: 2
Views: 7530
|
Forum: Job Control Language(JCL) Posted: Fri Mar 18, 2011 6:43 pm Subject: Multiline STDPARM for BPXBATCH |
Thanks for the feedback.
Solved.
Just leave one space.
Also, to execute more than one command no the same instream, connect them with a ";" , not repeating the "SH".
S ... |
Topic: Multiline STDPARM for BPXBATCH |
HenriqueS
Replies: 2
Views: 7530
|
Forum: Job Control Language(JCL) Posted: Fri Mar 18, 2011 5:15 pm Subject: Multiline STDPARM for BPXBATCH |
Hello,
How to I write an STDPARM instream DD card with multiple lines representing a single command for Unix System Services ?
Example:
//STDPARM DD *
SH mytool -arg1 -arg2 +
- ... |
Topic: How to read SYSLOG data |
HenriqueS
Replies: 9
Views: 6108
|
Forum: Application Programming Posted: Fri May 14, 2010 1:31 pm Subject: How to read SYSLOG data |
Thanks, this helped a lot. |
Topic: How to read SYSLOG data |
HenriqueS
Replies: 9
Views: 6108
|
Forum: Application Programming Posted: Fri May 14, 2010 9:50 am Subject: How to read SYSLOG data |
Well, I think I have to get 1-minute updates on SYSLOG chances, pretty much like a SYSLOG monitor.
What do you advise?
Your site probably offloads the SYSLOG to a sequential file daily or weekly ... |
Topic: How to read SYSLOG data |
HenriqueS
Replies: 9
Views: 6108
|
Forum: Application Programming Posted: Thu May 13, 2010 4:48 pm Subject: How to read SYSLOG data |
Yes, I am talking about the SDSF-->LOG one... |
Topic: How to read SYSLOG data |
HenriqueS
Replies: 9
Views: 6108
|
Forum: Application Programming Posted: Thu May 13, 2010 4:04 pm Subject: How to read SYSLOG data |
Hello,
Is there a way (I prefer C or Java) to read the lines written to the SYSLOG?
I |
Topic: Manual for IXCMIAPU - where |
HenriqueS
Replies: 2
Views: 4761
|
Forum: CICS and Middleware Posted: Fri Apr 24, 2009 5:46 pm Subject: Manual for IXCMIAPU - where |
Thanks! |
Topic: Manual for IXCMIAPU - where |
HenriqueS
Replies: 2
Views: 4761
|
Forum: CICS and Middleware Posted: Fri Apr 24, 2009 4:51 pm Subject: Manual for IXCMIAPU - where |
Manual for IXCMIAPU ?
Folks, which is the manual for the IXCMIAPU utility. I find mention to it in several Sysplex and CICS manuals but they are only partial texts about it. I want a complete refer ... |
Topic: C/C++ system() calling shell scripts |
HenriqueS
Replies: 2
Views: 2204
|
Forum: Application Programming Posted: Fri Mar 27, 2009 6:04 pm Subject: C/C++ system() calling shell scripts |
I did compare the file permissions for the files that where called under the .sh script. Then figured out that these permissions were not OK, I did set a '''chmod''' 755 for these new files and the jo ... |
Topic: C/C++ system() calling shell scripts |
HenriqueS
Replies: 2
Views: 2204
|
Forum: Application Programming Posted: Mon Mar 23, 2009 6:55 pm Subject: C/C++ system() calling shell scripts |
Hello,
I |
Topic: CICS symptom strings - where to look for |
HenriqueS
Replies: 1
Views: 2191
|
Forum: CICS and Middleware Posted: Mon Feb 02, 2009 2:59 pm Subject: CICS symptom strings - where to look for |
Where can I look for CICS symptom strings details?
Am I wrong or there is no online search site for these strings and their sole purpose is to report to IBM support so they can check some sort of i ... |
Topic: BMS screen painter for Windows? |
HenriqueS
Replies: 0
Views: 1380
|
Forum: CICS and Middleware Posted: Sat May 24, 2008 12:26 am Subject: BMS screen painter for Windows? |
Folks, is there any BMS painter that runs on Windows (GUI based) ? Tehre is anything free or at least a shareware to try if it is worth to acquire? |
Topic: change hex chars on oedit |
HenriqueS
Replies: 2
Views: 1579
|
Forum: TSO and ISPF Posted: Thu Apr 24, 2008 4:33 pm Subject: change hex chars on oedit |
Folks,
How can I execute a change command with my editor with HEX ON?
Some non-visible chars need to be changed and I need to locate and changing them according to their hex values. |
Topic: retrieve which cics region or lpar the task is running |
HenriqueS
Replies: 2
Views: 2032
|
Forum: CICS and Middleware Posted: Thu Apr 24, 2008 12:17 pm Subject: retrieve which cics region or lpar the task is running |
Thanks for the pointers! |
Topic: retrieve which cics region or lpar the task is running |
HenriqueS
Replies: 2
Views: 2032
|
Forum: CICS and Middleware Posted: Tue Apr 22, 2008 4:32 pm Subject: retrieve which cics region or lpar the task is running |
Folks,
The EIB control block does not offer any fields to determine the Lpar or Cics region the task is running. I need to do this in my program. I |
|