how to access the file from prodution from changeman tool
and to submit a file to production
Answer Posted / nag(igate)
using the checkout option to extract the file from
production.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
What is the difference between Global and External Variables?
What rules are to be followed while using the corresponding options?
What is the use of intialize verb?
Write a cobol program making use of the redefine clause.
How you can read the file from bottom?
i want a program using by if, evaluate , string, unstring, perform, occurs?
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between comp and comp-3 usage?
how do you reference the ksds vsam file formats from cobol programs
Which division and paragraphs are mandatory for a COBOL program?
what is the difference between COBOL2 AND COBOL390?
What is a scope terminator give example?