Author |
Message |
Topic: EBCDIC to UTF-8 |
psivamadhusudhan
Replies: 3
Views: 1486
|
Forum: Utilities Posted: Sun Sep 29, 2024 12:37 pm Subject: EBCDIC to UTF-8 |
Thanks Kolusu for direction. Tried below code.
//EDCICONV EXEC PGM=EDCICONV,REGION=0M,
// PARM=('FROMCODE(IBM-037),TOCODE(IBM-1208)') ... |
Topic: EBCDIC to UTF-8 |
psivamadhusudhan
Replies: 3
Views: 1486
|
Forum: Utilities Posted: Sat Sep 28, 2024 1:13 pm Subject: EBCDIC to UTF-8 |
Hi All,
Is it possible to convert EBCDIC format file into UTF-8 format file using SORT or ICETOOL. If so could you please share syntax for it. If not in SORT/ICETOOL please share any other possibi ... |
Topic: A2DU abend in new CICS transaction |
psivamadhusudhan
Replies: 3
Views: 3766
|
Forum: CICS and Middleware Posted: Sun Nov 13, 2022 9:56 am Subject: A2DU abend in new CICS transaction |
just to give more info.
we are using SCLM for program compilation.
Language used is COBOLD for new program.
Does ARCHDEF impacts the way our programs executes in CICS environment.
If any ... |
Topic: A2DU abend in new CICS transaction |
psivamadhusudhan
Replies: 3
Views: 3766
|
Forum: CICS and Middleware Posted: Sun Nov 13, 2022 6:29 am Subject: A2DU abend in new CICS transaction |
Hi Kolusu,
Plan is existing in DB2 subsystem and we are able to run batch jobs pointing to it without any access issue.
And also existing screens are able to pull data from tables using same pla ... |
Topic: A2DU abend in new CICS transaction |
psivamadhusudhan
Replies: 3
Views: 3766
|
Forum: CICS and Middleware Posted: Thu Nov 10, 2022 10:22 pm Subject: A2DU abend in new CICS transaction |
Hi All,
We have an existing CICS screen COBOL non-db2 program IVEAB1 which reads DB2 table data through driver modules and populates screen area of existing screen AB1.
We are now preparing a n ... |
|