Author |
Message |
Topic: MQ Error 2110 |
Ranjish
Replies: 1
Views: 4979
|
Forum: CICS and Middleware Posted: Thu Aug 11, 2011 6:52 am Subject: MQ Error 2110 |
Hi,
We are facing a strange error in MQ process using CICS program.
When we process the records from this MQ, the first record alone is giving an error 2110 (Format error). Rest of all the reco ... |
Topic: Invalid NOTIFY parameter |
Ranjish
Replies: 2
Views: 1975
|
Forum: Job Control Language(JCL) Posted: Tue Dec 18, 2007 9:18 pm Subject: Invalid NOTIFY parameter |
Hi,
We are facing a strange error while submitting the jobs. When the user id starts with 'U', then the job gives an error that "********** ILLEGAL JOB CARD - VALUE OF NOTIFY= PARAMETER IS NOT ... |
Topic: SUM function in JCL |
Ranjish
Replies: 4
Views: 18280
|
Forum: Utilities Posted: Tue Apr 11, 2006 2:52 am Subject: SUM function in JCL |
Kolusu,
When i used the below code for doing the SUM, I am getting a S0C7 exception.
//SYSIN DD *
INREC FIELDS=(001,224,
225,12,FS,PD,LENGTH=8)
SORT FIELDS= ... |
Topic: SUM function in JCL |
Ranjish
Replies: 4
Views: 18280
|
Forum: Utilities Posted: Mon Apr 10, 2006 7:23 pm Subject: SUM function in JCL |
Please let me know how to do the SUM function in JCL. I have both positive and negative values are there in my input.
I am using the following statement for doing the sum.
SORT FIELDS=(24,16 ... |
Topic: Search for a specific string |
Ranjish
Replies: 9
Views: 6659
|
Forum: Utilities Posted: Tue Mar 14, 2006 8:36 am Subject: Search for a specific string |
Thanks for the replies.
The DFSORT solution seems to be fine, but the SORT step will become huge and if there is a change in file length, I need to change the SYSIN again.
Currently, we are usi ... |
Topic: Search for a specific string |
Ranjish
Replies: 9
Views: 6659
|
Forum: Utilities Posted: Fri Mar 10, 2006 6:24 am Subject: Search for a specific string |
Hi,
I tried to search for this one and did not egt any clue and hence posting the question !
We have one requirement. The sample input data is as follows.
123x4444
2x5555
x33444
1234555
... |
Topic: #JI command in job |
Ranjish
Replies: 6
Views: 5318
|
Forum: Job Control Language(JCL) Posted: Fri Jun 17, 2005 1:10 pm Subject: #JI command in job |
Kolusu,
Sorry for the delay. We were not able to test any of the changes. So everytime if we make a minor change, we need to productionize if confirmation.
We were working with scheduling team a ... |
Topic: #JI command in job |
Ranjish
Replies: 6
Views: 5318
|
Forum: Job Control Language(JCL) Posted: Thu Jun 16, 2005 11:58 am Subject: #JI command in job |
Bithead,
Sorry, it was a cut paste problem. The job has correct syntax, i.e #JEND.
Regards
Ranjish |
Topic: #JI command in job |
Ranjish
Replies: 6
Views: 5318
|
Forum: Job Control Language(JCL) Posted: Thu Jun 16, 2005 11:56 am Subject: #JI command in job |
Kolusu,
Yes, all the SCHIDs are available.
Regards
Ranjish |
Topic: #JI command in job |
Ranjish
Replies: 6
Views: 5318
|
Forum: Job Control Language(JCL) Posted: Thu Jun 16, 2005 11:29 am Subject: #JI command in job |
Hi,
We have a scheduled job in CA-7 and from that we are demanding a second job based on some specific condition.
The job step is like this.
JOB1
-------
//STEP40 EXEC PGM=U7SVC ... |
Topic: Converting sign leading seperate ZD to PD |
Ranjish
Replies: 2
Views: 3050
|
Forum: Utilities Posted: Fri Apr 08, 2005 2:54 am Subject: Converting sign leading seperate ZD to PD |
Hi,
We tried with the following code for converting from Sign leading seperate ZD to PD . The problem is the output we get doesn't have the sign eventhough we have it in input( Note: Value comes co ... |
Topic: Converting Signed Binary to Packed decimal |
Ranjish
Replies: 2
Views: 6165
|
Forum: Utilities Posted: Tue Apr 05, 2005 9:34 am Subject: Converting Signed Binary to Packed decimal |
Hi Kolusu,
Thanks a lot for your speedy reply....I tested it and it's working fine....Thanks again for your help... |
Topic: Converting Signed Binary to Packed decimal |
Ranjish
Replies: 2
Views: 6165
|
Forum: Utilities Posted: Tue Apr 05, 2005 9:19 am Subject: Converting Signed Binary to Packed decimal |
Hi,
Can any one pls provide the sort jcl for converting Signed binary value to Packed decimal? or (e-g)
//SYSIN DD *
SORT FIELDS=COPY
OUTREC FIELDS= ... |
Topic: SQL=100 in JCL COND? |
Ranjish
Replies: 6
Views: 4978
|
Forum: Job Control Language(JCL) Posted: Sat Mar 12, 2005 3:39 am Subject: SQL=100 in JCL COND? |
Hi Kolusu,
I just tried it. I got the following error.
SYSIN :
SORT FIELDS=COPY
OPTION NULLOUT=RC4 ... |
Topic: #JI in JCL |
Ranjish
Replies: 3
Views: 5534
|
Forum: Job Control Language(JCL) Posted: Mon Feb 28, 2005 10:33 am Subject: #JI in JCL |
Hi Kolusu,
I will put my requirement bit more clearly.
Thejob runs with Ids 100,101,102,204 and 200
My job has 3 steps, STEP1,STEP2,STEP3.
If id=100, I need to execute step1, for other ids ... |
|