Author |
Message |
Topic: Web services - variable repeating content |
uthaman
Replies: 4
Views: 5000
|
Forum: CICS and Middleware Posted: Thu Mar 22, 2012 8:53 am Subject: Web services - variable repeating content |
Yes. There are 1 to 50 location addresses possible for each name. And, 0 to 500 names are possible.
So, for the web service I am not sure how to reference a second container from within a variabl ... |
Topic: Web services - variable repeating content |
uthaman
Replies: 4
Views: 5000
|
Forum: CICS and Middleware Posted: Thu Mar 22, 2012 8:11 am Subject: Web services - variable repeating content |
What I have is a copybook like this:
01 ws-return-info.
05 ws-return-code pic x(2).
05 ws-table occurs 500 times.
10 ws-name ... |
Topic: Web services - variable repeating content |
uthaman
Replies: 4
Views: 5000
|
Forum: CICS and Middleware Posted: Wed Mar 21, 2012 7:39 am Subject: Web services - variable repeating content |
I am creating a CICS web service that contains variably repeating content. Basically some data that occurs 1 to 500 times. I found this document that explains how to do this:
http://publib.boulde ... |
Topic: CICS trigger browser? |
uthaman
Replies: 2
Views: 2338
|
Forum: CICS and Middleware Posted: Wed Jul 21, 2010 12:24 pm Subject: CICS trigger browser? |
Thanks! That gives me a very good starting point! |
Topic: CICS trigger browser? |
uthaman
Replies: 2
Views: 2338
|
Forum: CICS and Middleware Posted: Tue Jul 20, 2010 8:48 pm Subject: CICS trigger browser? |
Is it possible for CICS to start up a browser? And to also send that browser an address? |
Topic: Windows AFP Viewer |
uthaman
Replies: 4
Views: 3121
|
Forum: Utilities Posted: Thu Apr 22, 2010 1:35 pm Subject: afp VIEWER |
uthaman,
Did you look here?
http://www.ibm.com/support/docview.wss?rs=95&context=SRNPPZ&q=psd1*&uid=psd1P4000233
Kolusu
Kolusu,
Yes, I that is where I found the viewer soft ... |
Topic: Windows AFP Viewer |
uthaman
Replies: 4
Views: 3121
|
Forum: Utilities Posted: Thu Apr 22, 2010 12:53 pm Subject: Windows AFP Viewer |
Does anyone have experience using the AFP Viewer plug-in? I am having some trouble getting our AFP forms to render in this viewer. I am sure I don't have the file setup correctly... Any examples wo ... |
Topic: Does A Proc Always need Job Steps? |
uthaman
Replies: 3
Views: 1575
|
Forum: Job Control Language(JCL) Posted: Thu Feb 19, 2009 10:10 am Subject: Does A Proc Always need Job Steps? |
Do you always need to have jobsteps within a proc?
I am trying to use a proc to set environment variables only. Then I am creating a proc for each of my testing regions. Next I am setting up my ... |
Topic: Cobol reading JES log |
uthaman
Replies: 2
Views: 1698
|
Forum: Application Programming Posted: Fri Dec 19, 2008 9:58 am Subject: Ahh!! |
Thank you!! |
Topic: Cobol reading JES log |
uthaman
Replies: 2
Views: 1698
|
Forum: Application Programming Posted: Thu Dec 18, 2008 6:40 pm Subject: Cobol reading JES log |
Does anyone know if a cobol program can read the JES log from a batch job?? And more specifically the batch job that the program would be running in?? I am lost trying to find an answer!!!
Thanks ... |
Topic: 0C4 error on VSAM write |
uthaman
Replies: 2
Views: 5146
|
Forum: Data Management Posted: Mon Jun 02, 2008 10:24 am Subject: 0C4 error on VSAM write |
I am getting a 0C4 error when trying to write to a VSAM file. The error shows up as:
COMPLETION CODE - SYSTEM=04C USER=0000 REASON=00000000
Further down in the dump this message appears:
VOL ... |
Topic: Compiler option |
uthaman
Replies: 1
Views: 1342
|
Forum: Application Programming Posted: Tue Apr 08, 2008 2:51 pm Subject: Compiler option |
Is there a compiler option with Enterprise Cobol that warns you if a paragraph can not be accessed inside a program? I swear in previous versions of the compiler such a warning existed.
thanks! |
Topic: TMSGRW |
uthaman
Replies: 1
Views: 3777
|
Forum: Utilities Posted: Thu Sep 20, 2007 11:19 am Subject: TMSGRW |
Has anyone ever heard of or used a utility called "TMSGRW"?? It seems to parse the TMS (Tape Management System) output file and produce a report.
I want to know if this is an IBM utility ... |
Topic: Static Linking |
uthaman
Replies: 2
Views: 2886
|
Forum: Other Technical Topics Posted: Fri Jul 06, 2007 9:07 am Subject: Static Linking |
I have a question about statically linked programs. Here is the setup:
A100 --calls--> B100 --calls--> S100
--calls--> B200 --calls--> C100 --calls--> S100
All of the ... |
|