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 17083The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
6 20643Post New Cognizant COBOL Interview Questions
What are the pre-requisites for connection pooling?
What's the difference between System.String and System..StringBuilder in C#?
In how many ways we can create threads in java?
What is database or database management systems (dbms)? And what's the difference between file and database? Can files qualify as a database?
What are the important phases of rpa life cycle?
Explain heterogeneous mapping?
How would you describe your written communication skills?
Explain financial accounting.
What is new in ServletRequest interface ? (Servlet 2.4)
What is the function of capacitor in electrical circuits?
What is the current version of windows 10?
What is cluster in weblogic?
draw 3 phase rectifier diagram
What and where types of copy controls we change
Can we cast any other type to boolean type with type casting?