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 11114Re: 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 9648How 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 26853How are data passed from JCL parm to assembler program. And how is data passed from a calling program to an assembler called program.
3 14770What 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 21892
if you wish to use the rewrite command how must the vsam file be opened?
Explain how to access vsam file?
Is it possible to combine uni-rexx with a compiled language in any application? What applications interfaces are there?
Explain the function of the load command?
What is explain plan in db2?
Can you define mapset?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is a db2 collection?
when can a job time-out occur? How to overcome that?
Explain how can values be passed from the job stream to an executable program?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain in brief how does db2 determine what lock-size to use?
What are the common tables in cics and their usage?