Answer Posted / hugo
use call IKJETF01
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
How do you reference the fixed block file formats from cobol programs
Write the code implementing the perform … varying.
Which mode is used to operate the sequential file?
How do you define a variable of comp-1 and comp-2?
How can you get the ksds file records into your cobol program?
What is the difference between perform … with test after and perform … with test before?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
What is static and dynamic call in cobol?
Difference between cobol and cobol-ii?
What is link edit in cobol?