how to access the file from prodution from changeman tool
and to submit a file to production



how to access the file from prodution from changeman tool and to submit a file to production..

Answer / nag(igate)

using the checkout option to extract the file from
production.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More COBOL Interview Questions

What is the maximum length of a field you can define using COMP-3 in COBOL?

1 Answers   UGC Corporation,


consider the following progrm statements MOVE 0 TO SW.NO.OF.REC PERFORM PRI-OUT UNTIL SW=1 DISPALY NO.OF.REC STOP RUN PRE-OUT READ IN-FILE AT END MOVE 1 TO SW WRITE OUO-REC FROM IN-REC ADD 1 TO NO.OF REC if the IN-FILE contains 1000 records what value will be displayedafter the PERFORM is over?assume that N0.OF.REC has PIC 9(4) a.1000 b.1001 c.1 d.none of the above since there is a syntex error

4 Answers   TCS,


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.."

4 Answers   CSC,


What is a scope terminator give example?

0 Answers  


what is the default print format? in cobol

3 Answers   HSBC,






what will happen if i give program name and member name as different? program runs successful or w'll abend?

5 Answers   CTS,


How many bytes do a s9 (7) comp-3 field occupy?

1 Answers  


Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.

2 Answers  


What is SDSF?

3 Answers  


If my file contains 100,000 records and job abended at 55,000th records processing then how can i restart job from that record onward by ignoring that record. I can not edit the file as file size is big and it is getting browse substituted?

5 Answers   TCS,


Can we use icetool in cobol program?

3 Answers  


I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?

5 Answers   Cognizant,


Categories