How we copy a program from production region to development
region.What is the process & syntax ?
Answer Posted / 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 |
Post New Answer View All Answers
What is the utilization of copybook in cobol?
how can i see junk values in dclgen or in hostvariable of comp ?
How do we get current date from system with century in COBOL?
What is rmode(24)
What is the difference between binary search and sequential search?
State the various causes of s0c1, s0c5 and s0c7.
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What are 77 levels used for?
explain sorting techniques in cobol program?
What is the difference between PIC 9.99 and PIC9v99?
How many bytes S(8) comp field occupy and its maximum value?
How you can characterize tables in cobol?
How do define dynamic array in cobol.
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
I have one ps file in which there are 3 fileds emp_no,emp_name and leave_app.this ps file information give the detail of employee which is going to apply for leave.suppose emp_no=113430,emp_name=ajay,leave_app=1 that means he is going to apply for 1 day leave.and accordingling the table in db2 will be updated means if he has that no of leave in his account then he will get dat leave and updated acc. in table(leave_balance=previous leave present in table-leave_app).Now i want to check whther the updated result is correct or not by comparing the two ps file using IEBCOMPARE or icetool so what is going to be the two ps file and how its is going to be compare.