Answer Posted / vijay kulkarni
File length mismatch(in prog and jcl) and file open error
| Is This Answer Correct ? | 13 Yes | 6 No |
Post New Answer View All Answers
What is a scope terminator give example?
What is perform what is varying?
What is the difference between binary search and sequential search?
What are declaratives and what are their uses in cobol?
How do you define a variable of comp-1 and comp-2?
What is the difference between next sentence and continue in cobol programing language?
Difference between cobol and cobol-ii?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
Why did you choose to work with ibm mainframe cobol programming?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
Why occurs cannot be used in 01 level in COBOL?