What are the different ways to run a COBOL DB2 program
using JCL?
Answers were Sorted based on User's Feedback
cobol + db2 programs can be compiled by using precompiler(dsnhpc)...wich saperates cobol and db2 statements.
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / ravikumar
using ikjeft01 utility
//systsin dd *
run program(pgm name) plan(plan name)
lib(lib name)
//
| Is This Answer Correct ? | 2 Yes | 1 No |
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
wht is structured cobol pgm and non structred cobol pgm ?
What is 88 level used for ?
I have a file it contain 10 records.i got abend at 8th record because of soc7.how do you know that perticular record got abend?
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
I have a variable account-number declared as comp-3, s9(10) comp-3 in a file. How do i find a particular account number say 123456 in that file?
I have a table with 3 dimensions like this : 01 ws-table 04 ws-page occurs 3 08 ws-column occurs 2. 12 ws-record occurs 20 pic x(40). How to code with PERFORM varying with 3 dimension...I forgot..
Explain the configuration section of a cobol program with examples of syntax.
can we display comp-3 variables. if we want to display what we have to do . give me one example
How do you set a return code to the JCL from a COBOL program?
)what is retrieve?
What is Pic 9v99 Indicates in COBOL?
0 Answers SwanSoft Technologies,