How we copy a program from production region to development
region.What is the process & syntax ?
Answers were Sorted based on User's Feedback
Answer / vish
I don't think that such type of questions can be ever asked
in any interview but still trying to ansewr to this
question. Every system uses some tools for code management
(to be very specific code version management) e.g. ENDEVOR,
CHANGEMAN, PANVALET, ELIPS etc. Almost all such tools
provide an option to copy the code from production region
to a local PS/PDS. And there will be another option to copy
the code from local PS/PDS to development region. Normally
these tools do not provide a facility to copy a code
direclty from production to dev region. If they provide
then use the option to copy it else copy the code to local
PS/PDS then from there move it to Dev region.
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / shailendra
we use for to make copy production to development or
oppsite
there is tool called 1.endevor
2.changman
these tool called version controler tool.
when we want any update in production job so according to
requirment we take a copy of latest version of production
job,& update it then put it again to the prodution it
automatically taken as lastest version in the system, at
the next cycle for runing your latest programme will
execute.
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / sreeram
The above ans are correct. Below find clear details how can
we do in changeman.
1. checkout component from prod version of component in
changeman
2. make a changes on the top of the code
3. promote to prod
if you need any more details just mail to me
| Is This Answer Correct ? | 3 Yes | 0 No |
what is the difference between occurs and occurs depending on? i dont think so there is the difference in storage..then why we should use occurs depending on?
Suppose i have a variable with s9(18)v99 comp3 . what is the size of variable . If s9(18) comp3 is 10 bytes . There should be some difference between two allocations ? Thanks krishna chaitanya
what is the difference between implicit and explicit scope terminator with example?
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .
i am a btech cs 2009 passout. i am opting for mainframe course. is it good to do this course? pls. anyone suggest me
what is s013u000 for?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
What are the differences between OS VS COBOL and VS COBOL II?
i need a small 3d program using inline and outline.
Hi All, how is sign is stored in S9(17) comp-3 variable. Answer with an Example will be of great help.
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19