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 a DYNAMIC and STATIC call in COBOL?
I know my query will return more than one row but I don't want cursor what should I do?
consider the following piece of code 01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
what are the utilities for load and unload the DB2 tables
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
Have you code any new programs in COBOL ? What is the functionality of the programs?
What is an index for tables?
i friends greetings to the day...!!! I face a quation like"while runnig the programe every day i have to access the previous day updates only...!! Ex:- Let last day 100 customers took bank account i have to select those customers only.."
How include time & date in the report generation in cobol programing?
WHAT IS SOC3?HOW IT CAN BE RESOLVED?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I am going to Display the WS-VARX and WS- VARN?
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,