| Author |
Message |
Topic: Usage of COPY statement in cobol |
help_me
Replies: 3
Views: 2556
|
Forum: Application Programming Posted: Tue Dec 09, 2003 11:15 am Subject: Usage of COPY statement in cobol |
Hi,
COPY is similiar to that of we have in C & C++, #INCLUDE <>.
Rgds
SRinivas |
Topic: SQLCODE -408 |
help_me
Replies: 15
Views: 11986
|
Forum: Database Posted: Tue Nov 11, 2003 2:18 pm Subject: SQLCODE -408 |
For calculatin the exact length of Varchar varible, you can do like below
EXEC SQL
SET :WS-LEN-var-char = LENGTH(STRIP(:varchar))
END-EXEC. ... |
Topic: Problemwith host variable in SQL |
help_me
Replies: 3
Views: 2436
|
Forum: Database Posted: Tue Nov 11, 2003 1:37 pm Subject: Problemwith host variable in SQL |
Inspect for removing the SPACES before Opening the Cursor
EXEC SQL
SET :WS-VARV1 = STRIP(:V1)
END-EXEC. ... |
Topic: Verifying Userid's from CICS |
help_me
Replies: 3
Views: 2654
|
Forum: CICS and Middleware Posted: Tue Nov 11, 2003 1:22 pm Subject: Verifying Userid's from CICS |
Hi,
Following are the RESP u get when u execute VERIFY Password
You need to handle these conditions
Conditions:
INVREQ, NOTAUTH, USERIDERR
Hope this is useful.
Rgds
Srinivas |
Topic: START TRANID During CICS START/RESTART |
help_me
Replies: 2
Views: 3169
|
Forum: CICS and Middleware Posted: Thu Oct 09, 2003 9:34 pm Subject: START TRANID During CICS START/RESTART |
Hi Kolusu,
Thank you.
I have inquired with my CICS Support and they said we can Add the Transaction to the CICS Sequential Reader and the Transaction will durin the CICS START/RESTART.
Please let ... |
Topic: START TRANID During CICS START/RESTART |
help_me
Replies: 2
Views: 3169
|
Forum: CICS and Middleware Posted: Wed Oct 08, 2003 7:52 pm Subject: START TRANID During CICS START/RESTART |
Hi,
We would like to START a Transaction at Morning 7.00 A.M on Business Days.
Please let us know what are the Different ways of doing this.
This Transaction Starts itsel ... |
Topic: Finding Length of a Variable in COBOL... |
help_me
Replies: 3
Views: 11079
|
Forum: Application Programming Posted: Sun Oct 05, 2003 8:49 pm Subject: Finding Length of a Variable in COBOL... |
Hi,
Is there any way to Find out the Length of a Variable Declared as PIC X(200) But has only say "COBOL" and If Use the Length Function, It gives me as 200 only Not Trimming the Spaces.
I know t ... |
Topic: Closing CICS files in batch job |
help_me
Replies: 13
Views: 31083
|
Forum: CICS and Middleware Posted: Sat Oct 04, 2003 11:02 am Subject: Closing CICS files in batch job |
Hi Kolusu,
If I use the Following JCL to Close the CICS File
//IEFBR14 EXEC PGM=IEFBR14
// F CICS-NAME,'CEMT SET FIL(FILENAME) CLO DIS'
/*
Please mention where to specify the CICS Region ... |
Topic: CICS Transaction Invoking from Batch |
help_me
Replies: 4
Views: 6818
|
Forum: CICS and Middleware Posted: Sat Oct 04, 2003 10:40 am Subject: CICS Transaction Invoking from Batch |
Hi,
How can I trigger a CICS transaction from Batch.
Thank you. |
Topic: Reverse the order of records |
help_me
Replies: 4
Views: 4315
|
Forum: Utilities Posted: Fri Oct 03, 2003 1:11 pm Subject: Reverse the order of records |
| Thank you. |
Topic: Reverse the order of records |
help_me
Replies: 4
Views: 4315
|
Forum: Utilities Posted: Fri Oct 03, 2003 12:20 pm Subject: Reverse the order of records |
| we have a GDG (may be unsorted) of 80 as LRECL and FB as the record format. We need to reverse the position of the records i.e. if the file has 5 records, the 5th record will come in the 1st position, ... |
| |