i 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.
No Answer is Posted For this Question
Be the First to Post Answer
What is lock escalation?
when i am trying to update a table having 1000 rows. the program abends.how we will come to know the last successful updated row was. we are not using any commit operations
What is drop table?
In a single table,How to retrieve a employee-id of an employee who works in more than one department?
What are the disadvantages of PAGE level lock?
What is the maximum number of columns in a db2 table?
Assuming that a site's standard is that pgm name = plan name, what is the easiest way to find out which Will precompile of an DB2-COBOL program bomb, if DB2 is down?
what are the copybook changes generally we done?can anyone tell me......... Thanks in advance........
What are the various isolation levels possible?
What is the STOSPACE Utility used for?
Which command is used to connect to a database in DB2 ? Give the Syntax.
If I have a view which is a join of two or more tables, can this view be updateable?