Answer Posted / veeru
what ever the data we entered for automatic transaction
initiation by using START() function, we able to get that
data by using RETRIEVE.......
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how can i see junk values in dclgen or in hostvariable of comp ?
What is inspect in cobol ?
i need a small 3d program using inline and outline.
Write the code implementing the perform … varying.
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 program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is the difference between comp and comp-3?
What is link edit in cobol?
Write the code to count the sum of n natural numbers.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
What guidelines should be followed to write a structured cobol prgm?
How do you get the data to code the BMS macro?
what is search and searchall?what is the diffrence between them?give an best example?
What is the difference between structured cobol programming and object alternativelyiented cobol?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.