In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
EDS,
4 8546Hi All, Can anyone tell me how we can MOVE value of a X(19) variable to a S9(17) COMP-3 variable? Answer with an Example will be of great help.
EDS,
6 27779Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
EDS,
5 15659i have the job which has written updated 100 records into the table and for 101th record it got abended and i want to start the job again and should wirte from 101th record not from 1st record..how to do it..?
6 12741We have 3 programms A,B,C.In the middle of the program A the controls goes to program B and in the middle of the program B control wants to go program C,after completion of program C again control comes to program B and again after completion of program B control comes to program A.How the process will takes and what are the controls we use for that process.If it is possible anybody of you explain with example?
IBM,
5 11161
What is redefines clause in COBOL?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What is amode(31)
What are the cobol coding sheets?
How do you reference the following file formats from cobol programs?
what is search and searchall?what is the diffrence between them?give an best example?
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.
Discuss about changing dataset name in proc.
Explain what you understand by passing by value.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What type of SDLC u followed? Why?
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks