The mainframe tag refers to the class of "big iron" computers, primarily those from IBM.
Is it possible to abend your job intentionally through COBOL program. suppose I have an Input file having Header,Detail …
cobol mainframe jclHow to select distinct count over multiple columns? SELECT COUNT(DISTINCT col1, col2, col3) FROM table; Is there a working …
db2 mainframeI have huge mainframe file and there are some packed digits in that file. I would like to know how …
ascii mainframe ebcdic packed-decimalI have a COBOL program that needs to get data from a web service. Without using CICS what are my …
web-services cobol mainframe zosI am running one COBOL pgm which is reading one VSAM file. Below is ithe input output section in my …
cobol mainframe jclI’ve interned at a company that does a lot of mainframe work. Most of my mainframe experience has been …
assembly mainframe zosI have a simplified table xx as follows: rdate date rtime time rid integer rsub integer rval integer primary key …
sql db2 mainframe aggregation multi-level