Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
27 views

I have a file sorted on Student nbr (2 Digit Char + 6 Digit Number).. My requirement is to split this data into N (5 in below example) files to divide the load "nearly equally".. But during ...
mayank's user avatar
  • 47
0 votes
1 answer
66 views

I have an input File with records as below : FILE_NAME1 DATA_REC_1 FILE_NAME1 DATA_REC_2 FILE_NAME1 DATA_REC_2 FILE_NAME1 DATA_REC_2 FILE_NAME1 DATA_REC_3 FILE_NAME1 DATA_REC_3 FILE_NAME1 ...
mayank's user avatar
  • 47
1 vote
1 answer
59 views

I have 2 input files as below File1: AST BDT CFT EDT FRT File2: T.ABC.TXT.***.EF.TAXSE.IWS.WISHS ...
Angel's user avatar
  • 19
0 votes
1 answer
114 views

One mainframe system (A) has a batch that expects millions of records from another system (B) which is hosted on AWS with a relational database. Until now both the systems were on mainframe and data ...
Pramod's user avatar
  • 1
1 vote
1 answer
88 views

I am currently working on SAS conversion to python. I noticed that there are ASA Carriage Control Character at the first column in the output file in mainframe. After some research, I noticed that 1 ...
Lim Gwin Yeaw's user avatar
4 votes
3 answers
137 views

I am facing problem with nested DEPENDING ON Clause. I need to generate the table with below requirement. For example. .... .... 20 Person occurs 1 to 20 depending on cnt-...
MaMu's user avatar
  • 81
0 votes
0 answers
73 views

I am currently working on a Python-based automation task that involves interacting with a mainframe terminal. As part of the requirement, I need to: Launch the mainframe terminal. Enter the username ...
KHV's user avatar
  • 155
-1 votes
1 answer
214 views

I have the following input: .TY records can vary from 1 to 30 times I tried with build & PUSH in sort but i couldn't get the expected below output I need to get it using SORT not COBOL. The BEGIN ...
Angel's user avatar
  • 19
0 votes
1 answer
108 views

Is there a way to register/trap the PCOMM events in a Windows Forms application? I invoke the PCOMM Application using the Interop.AutConnMgrTypeLibrary, on a button click on the form. This all works ...
Karun's user avatar
  • 253
0 votes
3 answers
250 views

I'm trying to export a CICS bundle to a z/OS Unix file system using IBM Developer for z/OS. One of the projects in my bundle has a library I'm importing (ibmjzos-2.4.11.3.jar). I added the library to ...
rockzombie2's user avatar
  • 2,935
0 votes
0 answers
72 views

I a executing a Mainframe Java program using a shell script and JCL. I have been using the "export" command along with IBM_JAVA_OPTIONS and the JAVA_TOOL_OPTIONS parameters to integrate an ...
Kevin McFadden's user avatar
0 votes
2 answers
702 views

I read somewhere that PIC s9(13)v99 takes 54 bits of storage such that 1 full word(36 bits) and 1 half word(18 bits). Could someone please explain? TIA
user15096063's user avatar
0 votes
1 answer
309 views

I have a DB2 table and i want to see which columns are declared NOT NULL. What are the other constraints of all columns of the table (Primary Key) ?
Ahmed SEDDIK's user avatar
0 votes
1 answer
114 views

We are using the latest available HPU in our shop, version 5.2. We need to unload some tables that are quite large (hundreds of millions of records) and transfer those files to an IBM Datastage system ...
Ollie's user avatar
  • 33
0 votes
1 answer
150 views

what is the impact of the point at the end of instruction COBOL when i use SECTION. It seem that the end point is very important. What is the difference between: SELECT SECTION. MOVE xxx TO Bbb ...
Ahmed SEDDIK's user avatar

15 30 50 per page
1
2 3 4 5
94