Author |
Message |
Topic: Skipping of lines using Intertest |
haree_amrid
Replies: 3
Views: 4059
|
Forum: CICS and Middleware Posted: Fri May 04, 2007 10:26 am Subject: Skipping of lines using Intertest |
Kolusu,
I didn't understand this...
can you explain me more how to introduce this skipping while testing???? |
Topic: Skipping of lines using Intertest |
haree_amrid
Replies: 3
Views: 4059
|
Forum: CICS and Middleware Posted: Fri May 04, 2007 9:58 am Subject: Skipping of lines using Intertest |
Can we skip lines during execution using Intertest.
For eg. in Xpeditor we can use 'GT' command for skipping the lines while execution.
Similarly is there any commands in Intertest.
Can anyon ... |
Topic: Delay command for MQ |
haree_amrid
Replies: 1
Views: 1557
|
Forum: CICS and Middleware Posted: Thu Apr 26, 2007 6:54 am Subject: Delay command for MQ |
I want to set a delay command (for 30 secs) between the PUTQ and GETQ (for allowing the processing of JAVA system where the data is to be retrieved from) for the COBOL-CICS program which communicates ... |
Topic: Any problems putting send/receive inside a PERFORM loop? |
haree_amrid
Replies: 2
Views: 1724
|
Forum: CICS and Middleware Posted: Wed Nov 29, 2006 5:22 am Subject: Any problems putting send/receive inside a PERFORM loop? |
Usage of syncpoint will free the resources.
But I am having a small correction for your code. There is no need to use commit in a cics-db2 program. This is because if you issue a EXEC CICS SYNCPOINT ... |
Topic: Problem with the storage got by getmain command |
haree_amrid
Replies: 1
Views: 1211
|
Forum: CICS and Middleware Posted: Thu Aug 03, 2006 4:44 am Subject: Problem with the storage got by getmain command |
Hi all,
In my program I am using GETMAIN command to get the memory area for the Output record layout for sending the Output to COMMAREA. So after the execution of the program the Output is passed ... |
Topic: Info required on DFHCOMMAREA |
haree_amrid
Replies: 3
Views: 4824
|
Forum: CICS and Middleware Posted: Tue Jan 17, 2006 9:31 am Subject: Info required on DFHCOMMAREA |
Ya Kolusu u r right. Just an addition to your point.
The translator will create the DFHCOMMAREA of PIC x(1) if we didn't coded it in the VERY FIRST of linkage section.
Also it will create the co ... |
Topic: DB2 table load |
haree_amrid
Replies: 5
Views: 2496
|
Forum: Database Posted: Tue Jan 17, 2006 1:27 am Subject: DB2 table load |
Hi 20 cents,
First you load the table for the cloumn ACCT_NUM from the Input file using load utility. Other two columns(ACCT_BAL , ACCT_STAT) you can set the value using the default statement ... |
Topic: HOW TO USE ENQ and DEQ |
haree_amrid
Replies: 6
Views: 3014
|
Forum: CICS and Middleware Posted: Wed Dec 21, 2005 9:53 am Subject: HOW TO USE ENQ and DEQ |
Hi,
ENQ command is to gain the exclusive control of the resources(like queues, files etc), the resources which we want to get exclusive control should be mentioned in the ENQ statement.
EXEC CICS E ... |
Topic: How to identify a VSAM file from cobol program |
haree_amrid
Replies: 4
Views: 4209
|
Forum: Data Management Posted: Wed Dec 21, 2005 9:39 am Subject: How to identify a VSAM file from cobol program |
Hi Suresh,
In the COBOL program if we are using ESDS, the SELECT statement will be like this:-
SELECT filename ASSIGN TO AS-ddname
means we have to give a prefix AS- before the DDNAME. |
|