| Author |
Message |
Topic: ASM question |
waitling
Replies: 3
Views: 2932
|
Forum: Application Programming Posted: Tue Jun 19, 2007 9:49 am Subject: ASM question |
CICS Guy & Bill Dennis
Thanks!!! |
Topic: ASM question |
waitling
Replies: 3
Views: 2932
|
Forum: Application Programming Posted: Mon Jun 18, 2007 9:49 am Subject: ASM question |
Hi all
I encountered a strange(strange to me) question when coding a ASM table, like
TABLE EQU *
..............
DC C'7C @'
DC C'7B #'
... |
Topic: Want to convert Alphanumeric to Numeric for computation. |
waitling
Replies: 14
Views: 6925
|
Forum: Utilities Posted: Fri Jun 08, 2007 11:55 pm Subject: Want to convert Alphanumeric to Numeric for computation. |
Hi Kolusu
yes , only partial list , between A0A0Y5 and A0B2Z9
but you can expand to the list you want , by simply changing the input file.
waitling |
Topic: Want to convert Alphanumeric to Numeric for computation. |
waitling
Replies: 14
Views: 6925
|
Forum: Utilities Posted: Fri Jun 08, 2007 9:49 am Subject: Want to convert Alphanumeric to Numeric for computation. |
try the following job , hope it is not too late
assuming your input file is FB 80
//STEP0100 EXEC ... |
Topic: IOERR when set file open in my program |
waitling
Replies: 12
Views: 13789
|
Forum: CICS and Middleware Posted: Tue May 22, 2007 10:10 am Subject: IOERR when set file open in my program |
sorry, i can't access to the Jes joblog.
well , to better understand , i discribe the process of my test that day:
first , i wrote just one job to del/def/init a VSAM file(named testfl) and then to ... |
Topic: IOERR when set file open in my program |
waitling
Replies: 12
Views: 13789
|
Forum: CICS and Middleware Posted: Mon May 21, 2007 10:55 am Subject: IOERR when set file open in my program |
yes , it is .
however , i'll set it open and enabled if it is not enabled. |
Topic: IOERR when set file open in my program |
waitling
Replies: 12
Views: 13789
|
Forum: CICS and Middleware Posted: Sun May 20, 2007 10:02 am Subject: IOERR when set file open in my program |
Hi shaqnwrx
thx for your attention!
i thought i had got the answer.
actually, the del/def/init VSAM file testfl at a step of a job , and exci link a online program to set it open at t ... |
Topic: How to transform hex to char |
waitling
Replies: 3
Views: 2331
|
Forum: Utilities Posted: Fri May 18, 2007 12:11 pm Subject: How to transform hex to char |
| many thanks! |
Topic: How to transform hex to char |
waitling
Replies: 3
Views: 2331
|
Forum: Utilities Posted: Tue May 15, 2007 10:26 am Subject: How to transform hex to char |
Hi all
e.g
ORIG
F0F0F0F0F0F0F9F8F7F6F5F4F3F2F1C1C2C3C4C5...
NEW
000000987654321ABCDE...
can dfsort do this?
i have tried but failed, cos i couldn't find a proper data format to represent he ... |
Topic: How to find record count that belongs to particular key |
waitling
Replies: 11
Views: 5278
|
Forum: Utilities Posted: Fri Apr 20, 2007 12:09 pm Subject: How to find record count that belongs to particular key |
Hi kolusu
errr, i have a question.
notes this statement,"WHEN=(259,8,ZD,GT,400), OVERLAY=(267:C'Y')"
it may means , only when 259,8,ZD,GT,400 , the 267,1,ch,equals y
but the following ... |
Topic: IOERR when set file open in my program |
waitling
Replies: 12
Views: 13789
|
Forum: CICS and Middleware Posted: Sat Mar 10, 2007 8:20 am Subject: IOERR when set file open in my program |
Nic Clouston,
i use the cics transaction ceda
kolusu,
yes |
Topic: IOERR when set file open in my program |
waitling
Replies: 12
Views: 13789
|
Forum: CICS and Middleware Posted: Fri Mar 09, 2007 9:16 am Subject: IOERR when set file open in my program |
friends,
i just define a file named testfl,and allocate a DS to it.
i can open it using cemt and ceci set file open
but i can't open it in my program with the cics set file open,the
... |
Topic: Sort on Dates with Spaces |
waitling
Replies: 4
Views: 2523
|
Forum: Utilities Posted: Sun Jan 21, 2007 1:09 am Subject: Sort on Dates with Spaces |
TRY
//SYSIN DD *
INREC IFTHEN=(WHEN=(10,3,CH,EQ,C'XLC'),
OVERLAY=(30:SEQNUM,5,ZD,START=1,INCR=2)),
IFTHEN=(WHEN=NONE,
OVER ... |
Topic: How to underline a map field? |
waitling
Replies: 1
Views: 1504
|
Forum: CICS and Middleware Posted: Mon Dec 18, 2006 10:13 am Subject: How to underline a map field? |
| the field suffixed by 'A' in your symbolic map represents the field attribute. |
Topic: Get the matching records from 2 diferent files |
waitling
Replies: 30
Views: 60782
|
Forum: Utilities Posted: Thu Dec 14, 2006 7:37 am Subject: Get the matching records from 2 diferent files |
kolusu
I have no idea about many to many matching,can it be accomplished by jcl?
Thanks! |
| |