Author |
Message |
Topic: Reg:Issue with VSAM Sequential Read in CICS |
apru
Replies: 4
Views: 6216
|
Forum: CICS and Middleware Posted: Wed Apr 27, 2016 8:53 pm Subject: Reg:Issue with VSAM Sequential Read in CICS |
kolusu
When I did CEDF I found that the READNEXT is taking only the last record even after setting pointer to first record in STARTBROWSE.
But for the first two transactions, the READNEXT is tak ... |
Topic: Reg:Issue with VSAM Sequential Read in CICS |
apru
Replies: 4
Views: 6216
|
Forum: CICS and Middleware Posted: Wed Apr 27, 2016 8:45 pm Subject: Reg:Issue with VSAM Sequential Read in CICS |
Hi kolusu
The VSAM is KSDS and the filename does match with the FCT entry.
The thing is I am able to read the whole dataset the first two times the transaction is hit.
From third time,I am ab ... |
Topic: Reg:Issue with VSAM Sequential Read in CICS |
apru
Replies: 4
Views: 6216
|
Forum: CICS and Middleware Posted: Wed Apr 27, 2016 7:39 am Subject: Reg:Issue with VSAM Sequential Read in CICS |
Hi
I am trying to read a VSAM file sequentially using a CICS program.
I have made use of the commands - STARTBR , READNEXTand ENDBR for this operation to perform read from the beginning of the f ... |
Topic: ODO Object Not found |
apru
Replies: 2
Views: 3333
|
Forum: Database Posted: Thu Aug 06, 2015 5:38 am Subject: ODO Object Not found |
Hi all
In our program, we are fetching a DB2 cursor into a working storage table.
On compilation of the program , we are getting the below error.
ODO Object not found for : CUST-DTLS
Th ... |
Topic: ASRA abend while reading sorted output |
apru
Replies: 2
Views: 2472
|
Forum: Utilities Posted: Wed Jun 04, 2014 7:46 am Subject: ASRA abend while reading sorted output |
Hi
I have developed a code where specific data is filtered from a dataset into 2 other datasets based on various conditions using inrec, build etc.Then the data from these two datasets are co ... |
Topic: Extra partition TDQ dataset |
apru
Replies: 6
Views: 7505
|
Forum: CICS and Middleware Posted: Sun May 18, 2014 9:55 am Subject: Extra partition TDQ dataset |
Thanks Kolusu
It is working fine now . Thanks a lot . But I have another doubt.Actually I am reading from extrapartition TDQ into an array.Currently I am limiting the occurs c ... |
Topic: Extra partition TDQ dataset |
apru
Replies: 6
Views: 7505
|
Forum: CICS and Middleware Posted: Thu May 15, 2014 7:54 am Subject: Extra partition TDQ dataset |
Thanks kolusu...
But I think I have to give a better description of my problem.Actually I have a program which writes some data into a PS dataset and inorder to read the contents of this dataset I ... |
Topic: Extra partition TDQ dataset |
apru
Replies: 6
Views: 7505
|
Forum: CICS and Middleware Posted: Wed May 14, 2014 9:53 am Subject: Extra partition TDQ dataset |
In order to read the contents of a PS file ,I had defined an extrapartition TDQ.Now I have another program which has to write contents into the same dataset which has been defined for TDQ.On execution ... |
Topic: Append the Ouput from Sort Build statements |
apru
Replies: 5
Views: 4828
|
Forum: TSO and ISPF Posted: Tue Apr 22, 2014 4:58 am Subject: Append the Ouput from Sort Build statements |
//STEP011 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=Uxxxxxxxx,
// DISP=SHR ... |
Topic: Append the Ouput from Sort Build statements |
apru
Replies: 5
Views: 4828
|
Forum: TSO and ISPF Posted: Tue Apr 22, 2014 1:57 am Subject: Append the Ouput from Sort Build statements |
Hi
If I have two steps in my program implementing SORT utility and if each step has a build statement ,is it possible to print both the build statements on a single line ie is there any opti ... |
Topic: Selective copy from sdsf to dataset |
apru
Replies: 28
Views: 28594
|
Forum: TSO and ISPF Posted: Thu Apr 03, 2014 11:20 am Subject: Selective copy from sdsf to dataset |
Actually this data set is required for another program.That is the reason why I am filtering only selective data..  |
Topic: Selective copy from sdsf to dataset |
apru
Replies: 28
Views: 28594
|
Forum: TSO and ISPF Posted: Thu Apr 03, 2014 11:19 am Subject: Selective copy from sdsf to dataset |
Hi
I did try the code to print the IEF452I and IEF640I messages in the same line.
But I am getting a syntax error.Can you please help me resolve the error??
This is the code snippet:
INRE ... |
Topic: Selective copy from sdsf to dataset |
apru
Replies: 28
Views: 28594
|
Forum: TSO and ISPF Posted: Wed Apr 02, 2014 10:25 am Subject: Selective copy from sdsf to dataset |
Hi
1.I did try EQQYCAIN utility with SELECT parm .but I was not able to get the required data alone..(jobname, stepname, errorcode, reason)
2.By line numbers in IEF605I message , what I meant ... |
Topic: Selective copy from sdsf to dataset |
apru
Replies: 28
Views: 28594
|
Forum: TSO and ISPF Posted: Wed Apr 02, 2014 6:54 am Subject: Selective copy from sdsf to dataset |
Hi..
Actually I want to print the job code,jcl error(obtained from IEF142I message) and the reason for error(obtained from IEF640I message) in a single line in dataset.I tried the following code:
... |
Topic: Selective copy from sdsf to dataset |
apru
Replies: 28
Views: 28594
|
Forum: TSO and ISPF Posted: Tue Apr 01, 2014 12:00 pm Subject: Selective copy from sdsf to dataset |
Sorry for not including the below topic in my previous query...
In the TWS automatic recovery statement ,Is it possible to pass any parameter?
Actually I have the following statement:
//*%OPC ... |
|