what is s000 u4087 error?
please give the all error codes in cobol,jcl.
No Answer is Posted For this Question
Be the First to Post Answer
if a dataset is already created with fixed length but after that i want to change fixed length to variable length then how is it possible
What do you do to resolve SOC-7 error?
What is a subscript ?
How to define variable 9(20) in COBOL, because compiler does not allow us to declare variables with Pic 9(18). Can anyone please let me know the answer... I know one answer to this question which is to use Compiler option Arith (Extend) during Compilation. It extends the maximum limit to 9(32)..Just wanted to know if there is any other way to extend this?
what is the use of outrecord?
Explain the configuration section of a cobol program with examples of syntax.
in how many mode we can open a file ?
What is an explicit scope terminator?
where will we code call by content and call by reference dude pls reply soon ?
created cluster using IDCAMS ..that is empty ..when i write a program for read using Input ..wil it open the cluster or gives any error?
what is SYNCHRONIZATION?
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these