Hi All, Any idea about AFOper? What i know is that, its an third party monitoring tool for Started Tasks. Any more info..plz update me. Thanks
ACS,
1 6678i declare a Table as OCCURS 2000 TIMES.If the input file has more than 2000 records will the COBOL program fail?
12 18624How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
1 7462In CICS/VSAM every file that is accessed should be defined in FCT. we have CICS READ, WRITE, BROWSE commands for VSAM files. How does it work with DB2 tables. It know it has to do with the plan. Please expain with examples.
1 4685i know the stpes 2 create an executable CICS/DB2 cobol code. 1. DB2 Precompiler converts the SQL Statements into COBOL API statements and creates another member with Acess plans. CodeA results in CodeB (code with API calls) & CodeC ( Access Plans ) 2.Code B is compiled/linked 2 create an exceutable.(codeE) 3.Now CodeC is binded to the database on which CodeE will be run. Can somebody provide me the sample JCLs for precompile/compile/link/bind.
2402what is the certification that has a good value for a practioner in mainframes but not habving much knowledge on db2 related stuff?
2 4836When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
2 5068Generally if I want to select the names starting with c I need to use c% But how could I code to select the data which contains % as a part of data.
5 7992
Matching Logic in Jcl not in cobol.Could any one please answer this question
what are the six different type of argument values in cobol that can be placed in various options of a cics command?
Can you explain dfheiblk?
What is a plan and package in db2?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
Using alternate indexes in cics program?
What is the use of the program list table?
What is dbrm library?
Name the various types of tables spaces.
Explain the processing modes available in ims db?
What is meant by an AICA ABEND?
how to run batch program without jcl?
how many buffers are allocated to vsam ksds and esds?
how to do automated restart when a job abends?
How is next sentence and continue different?