Author |
Message |
Topic: Values getting dropped on call using linkage |
Amit79kr
Replies: 4
Views: 2260
|
Forum: Application Programming Posted: Mon Mar 02, 2009 12:37 pm Subject: Values getting dropped on call using linkage |
Thanks Dibakar,
The initialize is before call and the values get initialized properly. Anyways the problem seem to have vanished, no idea how or why. Probably if it comes again I shall re-open this ... |
Topic: Values getting dropped on call using linkage |
Amit79kr
Replies: 4
Views: 2260
|
Forum: Application Programming Posted: Tue Feb 17, 2009 4:30 am Subject: Values getting dropped on call using linkage |
Hi Haatvedt,
Thanks for the reply.
I do have INDEX in the structure that is passed via the CALL. Bellow is the call statement -
CALL PRG-DB2-DELETE
USING ... |
Topic: Values getting dropped on call using linkage |
Amit79kr
Replies: 4
Views: 2260
|
Forum: Application Programming Posted: Sun Feb 08, 2009 7:45 am Subject: Values getting dropped on call using linkage |
Hello,
I have been running through this issue, I have a CICS program calling another module which was not translated as it was not having any CICS statements. The called module is COBOL-DB2 element ... |
Topic: Getting AFCY/AFCI abends.... |
Amit79kr
Replies: 1
Views: 4153
|
Forum: CICS and Middleware Posted: Sun Feb 08, 2009 3:35 am Subject: Getting AFCY/AFCI abends.... |
Hi All,
The issue got resolved. Actualy the issue was with two SQL queries that were holding on to the same resource (from two seperate thread) for more than 30 seconds. During this time other thre ... |
Topic: Getting AFCY/AFCI abends.... |
Amit79kr
Replies: 1
Views: 4153
|
Forum: CICS and Middleware Posted: Wed Jan 14, 2009 2:37 pm Subject: Getting AFCY/AFCI abends.... |
Hello,
I am getting AFCY/AFCI abends apparently not for same prgrams all time. They are not forced PURGE or PURGE transactions. I am not sure if its a time out issue. The user is the only one who i ... |
Topic: Format Not Found error while Viewing dataset in 3.4 |
Amit79kr
Replies: 2
Views: 3076
|
Forum: TSO and ISPF Posted: Wed Dec 17, 2008 6:17 pm Subject: Format Not Found error while Viewing dataset in 3.4 |
Thanks a ton Bill. I did enter RES by mistake in the Format Name. The issue is resolved now.
Amit |
Topic: Format Not Found error while Viewing dataset in 3.4 |
Amit79kr
Replies: 2
Views: 3076
|
Forum: TSO and ISPF Posted: Wed Dec 17, 2008 3:19 pm Subject: Format Not Found error while Viewing dataset in 3.4 |
Hi,
While viewing or editing a PDS member or a flat file using 3.4 option, I am getting "Format not found Error" as shown below -
DSLIST RSUCMAR.USER.TEST.COPY ... |
Topic: Looking up a value in a variable length file across record |
Amit79kr
Replies: 10
Views: 3435
|
Forum: Utilities Posted: Mon Dec 08, 2008 2:53 pm Subject: Looking up a value in a variable length file across record |
Hi Kolusu,
Below given is the complete layout (copybook) of my file -
005100 03 :IND:-REC-TYP1-FIXED.
005200 05 :IND:-FILE-K ... |
Topic: Looking up a value in a variable length file across record |
Amit79kr
Replies: 10
Views: 3435
|
Forum: Utilities Posted: Sun Dec 07, 2008 5:54 am Subject: Looking up a value in a variable length file across record |
Thank you. |
Topic: Looking up a value in a variable length file across record |
Amit79kr
Replies: 10
Views: 3435
|
Forum: Utilities Posted: Sat Dec 06, 2008 12:11 pm Subject: Looking up a value in a variable length file across record |
Hi Frank,
Can this thing be done? Or is unrealistic? I am waiting for response.....else I will use eazytreive or COBOL... |
Topic: Looking up a value in a variable length file across record |
Amit79kr
Replies: 10
Views: 3435
|
Forum: Utilities Posted: Thu Dec 04, 2008 1:52 am Subject: Looking up a value in a variable length file across record |
Sorry folks, I believe my english was not correct. I will try to give you the details of what I am looking for -
My input file is a VSAM file KSDS
MAX REC SZ - 32752
AVG REC SZ - 322
03 ... |
Topic: Looking up a value in a variable length file across record |
Amit79kr
Replies: 10
Views: 3435
|
Forum: Utilities Posted: Wed Dec 03, 2008 9:34 am Subject: Looking up a value in a variable length file across record |
Hi,
I have a requirement for looking up a particular value as X in variable VAR-FLAG in a variable length file. The file looks something like this-
---------------------------X----- ... |
|