Search found 22 matches
- Fri Apr 29, 2016 12:16 pm
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: AFP PAGEDEF and PAGEFORMAT.
- Replies: 3
- Views: 1454
Re: AFP PAGEDEF and PAGEFORMAT.
Thanks Anuj! 
- Fri Apr 29, 2016 12:16 pm
- Forum: CICS, Middleware and MQ Series.
- Topic: How CICS works?
- Replies: 7
- Views: 4485
Re: How CICS works?
Thanks all for the help. A lot to read there.
- Fri Apr 01, 2016 9:21 am
- Forum: Other Mainframe Topics, Off-Topics, FAQs.
- Topic: AFP PAGEDEF and PAGEFORMAT.
- Replies: 3
- Views: 1454
AFP PAGEDEF and PAGEFORMAT.
Hi,
I am looking forward to some help with AFP PAGEDEF and PAGEFORMAT. I need some sample definitions of these, to print free form letters. If someone can provide me some direction, it'd be a great help.
I am looking forward to some help with AFP PAGEDEF and PAGEFORMAT. I need some sample definitions of these, to print free form letters. If someone can provide me some direction, it'd be a great help.
- Wed Mar 16, 2016 2:10 pm
- Forum: CICS, Middleware and MQ Series.
- Topic: How CICS works?
- Replies: 7
- Views: 4485
Re: How CICS works?
The question "How CICS works?" is certainly pretty broad. Robert's reply gave you some insight into 3270 task initiation, but you'll find a lot more interactions covered in these two IBM Redbooks:
[ul]CICS Transaction Server from Start to Finish http://www.redbooks.ibm.com/abstracts/sg247952.html ...
[ul]CICS Transaction Server from Start to Finish http://www.redbooks.ibm.com/abstracts/sg247952.html ...
- Wed Mar 16, 2016 2:10 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Have you noticed the Bee symbol for IBM websites?
- Replies: 15
- Views: 4219
Re: Have you noticed the Bee symbol for IBM websites?
I have not noticed it before this. I think its a recent change only!
- Wed Mar 16, 2016 2:09 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Mainframe quotes and humor .
- Replies: 22
- Views: 10239
Re: Mainframe quotes and humor .
This is hilarious!Anuj Dhawan wrote:Read it somewhere:
What would you have if Computer Associates and Candle Incorporated merged then their stock split?
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
.
A CA/CI split!
- Wed Mar 16, 2016 2:09 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Where do you live?
- Replies: 252
- Views: 489562
Re: Where do you live?
Hi,
I live in India too.
I live in India too.
- Sat Oct 19, 2013 4:19 pm
- Forum: Site Announcements and Rules.
- Topic: Suggestion needed on BBcode Tags.
- Replies: 15
- Views: 6870
Re: Suggestion needed on BBcode Tags.
Thanks, this looks good compared to Green on white.
- Sat Oct 19, 2013 4:18 pm
- Forum: Interview Questions.
- Topic: Can COPY be used in Procedure Division.
- Replies: 4
- Views: 3439
Re: Can COPY be used in Procedure Division.
This works in PROCEDURE DIVISION as well. Thanks for your insight Robert.
Regards,
Regards,
- Sat Oct 19, 2013 4:14 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: REXX - find the last occurrence of a character in a string.
- Replies: 3
- Views: 3755
Re: REXX - find the last occurrence of a character in a str
Thanks for the link Anuj - that works great. 
- Sat Oct 19, 2013 4:13 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Count to a Million!
- Replies: 234
- Views: 209839
- Sun Oct 13, 2013 5:04 pm
- Forum: Interview Questions.
- Topic: Can COPY be used in Procedure Division.
- Replies: 4
- Views: 3439
Re: Can COPY be used in Procedure Division.
Thanks Robert. But in doing so, I think , we can't use "REPLACING" phrase I believe. I'll try to experiment it once I get to Mainframes....
Thanks,
Thanks,
- Sun Oct 13, 2013 5:02 pm
- Forum: CICS, Middleware and MQ Series.
- Topic: How CICS works?
- Replies: 7
- Views: 4485
Re: How CICS works?
Thank you Robert. This gives me enough direction to go ahead.
Regards,
Regards,
- Sun Oct 13, 2013 5:01 pm
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Count to a Million!
- Replies: 234
- Views: 209839
- Sun Oct 13, 2013 5:01 pm
- Forum: SyncSort, SyncTool, SyncGener.
- Topic: How to use PIPESORT?
- Replies: 4
- Views: 3380
Re: How to use PIPESORT?
Thanks for the information Anuj. I'll keep that in mind.
- Sun Oct 13, 2013 4:59 pm
- Forum: TSO, ISPF & REXX (Do you still do CLIST?!).
- Topic: REXX - find the last occurrence of a character in a string.
- Replies: 3
- Views: 3755
REXX - find the last occurrence of a character in a string.
Hi,
I'm writing a REXX program and in the process need to know the last occurrence of a particular character, (position) in a string. Is there any built-in function for this?
I'm writing a REXX program and in the process need to know the last occurrence of a particular character, (position) in a string. Is there any built-in function for this?
- Sun Sep 22, 2013 11:43 pm
- Forum: Site Announcements and Rules.
- Topic: Suggestion needed on BBcode Tags.
- Replies: 15
- Views: 6870
Re: Suggestion needed on BBcode Tags.
same here.Ankit Gupta wrote:Green on Black. Voted in.
- Wed Aug 14, 2013 11:21 am
- Forum: Interview Questions.
- Topic: Can COPY be used in Procedure Division.
- Replies: 4
- Views: 3439
Can COPY be used in Procedure Division.
Hi,
In a recent interview I'm asked if the COPY statement can be used in Procedure Division Yes/No?
I think we can sue it but what if the member has only a copy-book details? I've heard there are shops which might use COPY to have some "sub-modules" in the main program and there we can make use of ...
In a recent interview I'm asked if the COPY statement can be used in Procedure Division Yes/No?
I think we can sue it but what if the member has only a copy-book details? I've heard there are shops which might use COPY to have some "sub-modules" in the main program and there we can make use of ...
- Wed Aug 14, 2013 10:43 am
- Forum: CICS, Middleware and MQ Series.
- Topic: How CICS works?
- Replies: 7
- Views: 4485
How CICS works?
Hi,
My question might sounds rank beginner, however, I'm trying to learn it as professional but in vain. The question is about concepts:
Let's say, I've created a Transaction (TRAN1) and in CICS region I've entered the TRAN1 and press the enter key. What are the tasks and the "objects" will come ...
My question might sounds rank beginner, however, I'm trying to learn it as professional but in vain. The question is about concepts:
Let's say, I've created a Transaction (TRAN1) and in CICS region I've entered the TRAN1 and press the enter key. What are the tasks and the "objects" will come ...
- Wed Aug 14, 2013 10:36 am
- Forum: Thought of the Day, General Talk & Jokes.
- Topic: Count to a Million!
- Replies: 234
- Views: 209839