mainframe

Is this possible to convert EBCDIC Comp-3 file to ASCII file values using java?

穿精又带淫゛_ 提交于 2021-02-09 09:21:57
问题 I am trying to convert the EBCDIC COMP-3 fields to ASCII values but which is not working.But Binary COMP-3 fields could be converted to ASCII values.Please help me to understand is this possible or not? Even using any other java library is ok for me.I tried and searched may but no concrete answer I could see. Update: In my previous one binary should be the one which will work.This what I received as answer but there was no clarity about EBCDIC COMP-3. COPYBOOK: 001700 01 EMP-RECORD. 001900 10

Is this possible to convert EBCDIC Comp-3 file to ASCII file values using java?

做~自己de王妃 提交于 2021-02-09 09:20:14
问题 I am trying to convert the EBCDIC COMP-3 fields to ASCII values but which is not working.But Binary COMP-3 fields could be converted to ASCII values.Please help me to understand is this possible or not? Even using any other java library is ok for me.I tried and searched may but no concrete answer I could see. Update: In my previous one binary should be the one which will work.This what I received as answer but there was no clarity about EBCDIC COMP-3. COPYBOOK: 001700 01 EMP-RECORD. 001900 10

JAVA to EBCIDIC Conversion is not happening

纵饮孤独 提交于 2020-06-17 13:59:23
问题 I am trying to get data from one application and send that to another(mainframe) after processing the data. Lets assume I am getting data as "This is from another application", processed the same and processing status as "This data is processed". Final message should be combination of both using encoding(Cp1047) to mainframe application to read the same as 0024 This is from another application 001A This data is processed decimal value of 0024 is 36 (message length + 4 which is hexa value

JAVA to EBCIDIC Conversion is not happening

有些话、适合烂在心里 提交于 2020-06-17 13:58:29
问题 I am trying to get data from one application and send that to another(mainframe) after processing the data. Lets assume I am getting data as "This is from another application", processed the same and processing status as "This data is processed". Final message should be combination of both using encoding(Cp1047) to mainframe application to read the same as 0024 This is from another application 001A This data is processed decimal value of 0024 is 36 (message length + 4 which is hexa value

How to list all the files in the output file using listcat in JCL

白昼怎懂夜的黑 提交于 2020-05-30 10:11:22
问题 The above JCL it only prints the file name in the spool,but we need to get all the files available with LCDT.TEST.FINAL.G* in one of the output file. So how can we achieve this by writing all the availble files with LCDT.TEST.FINAL.G* in the output file. 回答1: Your list of datasets is in the spool because that's where you route them by coding... //SYSPRINT DD SYSOUT=* Route your SYSPRINT DD to a dataset instead of to the spool by coding... //SYSPRINT DD DISP=(NEW,CATLG,DELETE), // DSN=&SYSUID.

Mainframes JCL Record transposing using SORT

自作多情 提交于 2020-01-23 01:16:09
问题 I want to do following transposing of records into column using SORT (snycsort or DFSORT). It should be scalable to any number of records .Is this possible ? DE001XYX A CD100000 B CD200000 C DE001KKK A CD100000 B DE003ZZZ A DE001XYX A CD100000 B CD200000 C DE001KKK A CD100000 B ........ Transpose DE001XYX CD100000 CD200000 DE001KKK CD100000 DE003ZZZ DE001XYX CD100000 CD200000 DE001KKK CD100000 ..... 回答1: This is one question which I Favorited and longed to solve it myself for quite some time.

I would like to count records in all tables in the schema using SQL for DB2 z/OS v9

旧城冷巷雨未停 提交于 2020-01-15 12:15:28
问题 I try this statement select schema_name , tabs_name , ('select count(*) from' || schema_name ||'.'|| tabs_name) from sysibm.systables where schema_name = 'Sample' I would like in the string type can be execute string or must be create procedure or any? 'select count(*) from' || schema_name ||'.'|| tabs_name Thank you in advance from Thailand 回答1: Try this: Select TABLE_SCHEMA, TABLE_NAME, NUMBER_ROWS from qsys2.systablestat Where TABLE_NAME = 'Sample' 来源: https://stackoverflow.com/questions

I would like to count records in all tables in the schema using SQL for DB2 z/OS v9

我怕爱的太早我们不能终老 提交于 2020-01-15 12:15:07
问题 I try this statement select schema_name , tabs_name , ('select count(*) from' || schema_name ||'.'|| tabs_name) from sysibm.systables where schema_name = 'Sample' I would like in the string type can be execute string or must be create procedure or any? 'select count(*) from' || schema_name ||'.'|| tabs_name Thank you in advance from Thailand 回答1: Try this: Select TABLE_SCHEMA, TABLE_NAME, NUMBER_ROWS from qsys2.systablestat Where TABLE_NAME = 'Sample' 来源: https://stackoverflow.com/questions

WSO2 ESB connectivity CICS Transaction Server

左心房为你撑大大i 提交于 2020-01-14 05:39:27
问题 Need to know if WSO2 ESB can integrate with CICS Transaction Server v 3.2 on a z/OS mainframe. TIA. 回答1: CICS Transaction Server v3.2 can support standard SOAP over http calls. Is there an need for your ESB to actually know it is integrating with CICS or can you get by with a wsdl document with an endpoint at a CICS server behaving like any other webservices provider? 来源: https://stackoverflow.com/questions/16780152/wso2-esb-connectivity-cics-transaction-server

WSO2 ESB connectivity CICS Transaction Server

我是研究僧i 提交于 2020-01-14 05:39:12
问题 Need to know if WSO2 ESB can integrate with CICS Transaction Server v 3.2 on a z/OS mainframe. TIA. 回答1: CICS Transaction Server v3.2 can support standard SOAP over http calls. Is there an need for your ESB to actually know it is integrating with CICS or can you get by with a wsdl document with an endpoint at a CICS server behaving like any other webservices provider? 来源: https://stackoverflow.com/questions/16780152/wso2-esb-connectivity-cics-transaction-server