) How do you access the migrate the data from production
region to development region
Answer / guest
if a dataset is in migrate state , then just give as below
3.4 option
dataset name
enter
hrecall <dataset name>
| Is This Answer Correct ? | 1 Yes | 0 No |
I need to compare two VSAM files, both having 'number' as key. If there is a matching record, write the data into another VSAM file. How will it be possible.
what is the difference between external and global variables?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
can i use multiple when statements in search & search all ? justify ur answer?
What are the various section in data division and briefly explain them.
how we can edit records in vsam data set and non vsam data sets
should I use Go back in the main program ? Yes we can use Go back in main program as well.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
If A>B next sentence end-if display 1 display 2. display 3. If a>b, it will display only 3.(the next sentence, ie., after fullstop/period) ____________________________________ if a>b continue end-if display 1 display 2. display 3. If a>b, it Will display 1 2 3 (the next statement) ____________________________________ if a>b continue display 1 end-if display 2 display 3. display 4. If a>b, Will it display 2 3 4 (or) 1 2 3 4 ?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What are differences between COBOL and java ? why we are giving more preference to COBOL ?