What kind of error is trapped by on size error option?
No Answer is Posted For this Question
Be the First to Post Answer
In COBOL programming, what is PERFORM? What is VARYING?
i have a variable block which is used in my cobol program as input file having records of 4080 after compilation while runing the program im getiing file attribut mismatch and it is saying tht the record length of the file is 4084 can any one knw the answer how to reslove it ?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)
Name the divisions, which are available in a cobol program?
there is a file whose ORGANISATION is INDEXED.you want to read the records from the file in RANDOM fashion as well as sequentially.then which of the access mode would you specify? a.SEQUENTIAL b.RANDOM c.DYNAMIC D.ACCESS MODE has nothing to do with it
In a program, variables are used but no DB2 involved in it. Can you call it as host variables??
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What are different file OPEN modes available in COBOL?
What does the INITIALIZE verb do?
for an INITIALIZE and what keyword allows for an override of the default.
how would you resolve sb37 and SE37?
Can we put move statement in COBOL copybook