how to copy the host variables from ps file into cobol program
other than include statement
Answer / dilon
by using copy statement we can copy the host variables from
the ps file..another method is we will directly declare host
structure in the cobol program....
| Is This Answer Correct ? | 5 Yes | 0 No |
What will the FREE command do to a plan?
how can we find nth max salary from A table
What is a host variable?
What is lock contention?
what is utility for parm lib
what is + sign and -ve sign for sql code ?
What is meant by concurrency?
What are the prerogatives?
A Table feild is declared as Decimal(7,2). I want to insert the decimal in to this column thru cobol-db2 program. How should I declare my local input file variable or any suggestion?
What is a correlated sub query?
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.
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?