If i have updated few fields of Adabas file using UPDATE command, and after that i used display to see that field get updted or not. If in Display it showing nothng or record did not get updated then what can be the possible reasons?
2 10951Re: 01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
IBM,
2 9531How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one
IBM,
10 26523How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
3 14572What is house keeping in assembler? And explain the following code HELLOTSO START 0 * PRINT NOGEN BEGIN SAVE (14,12) LR 12,15 USING TYPE,12 ST 13,SAVE+4 LA 11,SAVE ST 11,8(13) LR 13,11
6 21598
In job processing, what happens in conversion stage?
Name and explain the type of locks?
What are some uses of the evaluate statement? Explore the syntax of the evaluate statement?
Define primary objective of cics?
What is access path in db2?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
what if I need to have the same application running on multiple platforms, such as unix and the mainframe? Does that mean I have to maintain two separate sources?
What is the difference between db2 and oracle?
How does coalesce work?
What is phantom read in db2?
What is a report item?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
which utility is used to run a cobol-db2 program?
How is a typical db2 batch pgm executed?
Explain the function of data manager.