-
Is it possible to get access to the Cobol Task Global Table at run time in batch and cics (Enterprise Cobol for zOS)? I understand that using register 13 you can get access to the DSA, and using the DSA you can get access to the TGT, but I don't know how to get access to register 13 from Cobol. Do...
-
To extract numbers in given input in cobol
hi, I m eniyan. I want to how to extract the numbers in given inputs.Inputs can be ting,special characters also in cobol .Could you please help me
-
in what direction should i work
i did degree in electronics and communication after that i did job in sofware company for 8 months as assistant system engineer with cobol, sql technology. i have basic knowledge of c, cobol, sql and html. what kind of job should i search, i need one more suggestion that in which field i should go...
Last updated: -
Calling QMF interactive from COBOL programs in CICS regions
We have a call to QMF from all the screen in the application. We also has QMF report generation from onlines where users enter the details in onlines which is passed to QMF proc and report is shown to them on QMF screen. Once user is done with QMF queries/reports and presses PF3 he/she returns back...
-
How do I convert a .inx file to COBOL74 data file.
-
Example of Enterprise COBOL generated assembler listing for demo programs
Can you point me to website or download area or just send generated assembler listing for Enterprise COBOL demo program such as: DISPLAY "HELLO WORLD" STOP RUN I'd also like to find other demo program assembler listings that perform simple functions for use in learning assembler and COBOL such as a...
-
How READ a QSAM File in an online COBOL Programm ?
We need to READ some PARM in a Online (IMS) Application/Transaction. We want to use a TSO File (QSAM) to READ several records and define an internal table (array). Is it possible to READ QSAM from an online Programm ? How to do it ? As long as the transaction is on, the content doesn't have to be...
-
Can I declare both 02 level and 05 levels in the same column as shown in below? 02 FIELD1 05 FILED2.
Last updated: -
Accessing COBOL storage from a mainprogram into a second under TSO.
I am using Enterprise Cobol with z/OS. Is it possible to access storage from a program running under IKJEFT01(TSO) after it has finished. A second program running under this same TSO session would then be started and I will need to use the results stored in a subprogram called from the first...
-
Executing a Batch Cobol program which calls a CICS program with “EXEC CICS” commands in it
Given that you synchonize the Communication Area between the Batch and CICS program, can you execute a Batch Program in Batch mode if a called CICS program has commands like the following in it ? EXEC CICS INQUIRE SYSTEM OPSYS(WS-OPSYS) END-EXEC
Last updated: -
E-mailing from COBOL batch/online program
I have used smtpnote in jcl & clist to send email but I need a way to do in a cobol program so I can control the number of emails sent. A sample would be great! Thanks
Last updated: -
COBOL and .NET web services call?
Can a batch cobol program call a .Net web services? Our current operation system is z/os 1.7. To call a Web services from a batch program, does it need any special software?
Last updated: -
calling a C function in COBOL ILE
In RPGLE I can call a C function like this: D sin PR extproc('sin') D parm F value C Eval mySine = sin( deg ) How do I do this in COBOL? Any examples? Thank you.
Last updated: -
COBOL data appearing out of order in database
Hi....Would you know what could be the cause of data appearing in an IMS database out of order? Access type is HIDAM, rules=(,H). The segment that is out of sort order is a child, there are 4 occurrences, and it should be sorted by effective date. Here is an example of the database in data vantage....
-
I'm trying to find the breakdown of the I-O-FEEDBACK structure used in COBOL/400, what information is at what offset. One might think that should be an easy piece of info to obtain, but I've just spent 2 hours at IBM sites and in IBM manuals on the web, and every manual that mentions the structure...
Last updated: -
can we call DC BATCH program from a BATCH program
Can we call a cobol with IDMS statements DC BATCH program from a cobol with IDMS statements BATCH program . if we can not call then please provide the reason for that .
-
ILE RPG call to ILE COBOL passing large array
Our RPG program calls the COBOL program with a large linkage made up of an external file record format occurring 999 times. The COBOL program loads 121 of the occurrences with data. The RPG program, however, appears to start processing with the following occurrence 122 even though the COUNT index...
Last updated: -
Converting S/36 COBOL programs on AS/400 to ILE COBOL
Can anyone give me some tips/information and/or names of third parties with conversion software to automate this process? Thank you...
Last updated: -
Generated code differences in COBOL
Why would cause a difference in generated code for IF FIELDA > 0 GO TO A-EXIT.? FIELDA is defined as PIC 9(8). if compiled in Endevor the generated code is L 5,412(0,9) MVC 720(8,13),4012(5) OI 727(13),X'F0' CLC 720(8,13),21(12) BC 13,3812(0,11) and it compares to 'F0F0F0F0F0F0F0F0' compiled...
Last updated: -
Hello, here is the question... I want to create a sub-module (cobol DB2) that will be called at initialization time by the load driver (either TP ou Batch). That sub-module will load technical information in its working-storage after accessing DB2 tables. That module will be called dynamically...
Last updated: