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 16677The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
6 20049Post New Cognizant COBOL Interview Questions
how many processes can I run with single licence?
In BTEQ, how are the session-mode parameters being set?
What is string function sql?
Explain spread operator in javascript?
What are Services in Angular and what command is used to create a service?
You want to convert bex query global structure to local structure. How would you do that?
Explain what does the standard journal entry includes?
Why packages are used in oracle?
write the test senario on opening door in the flow diagram format
What is a byte array?
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
What do wbs mean?
What is a dataframe in r?
Explain status in blue prism?
How we can redirect a page in codeigniter?