Answer Posted / purushothr
its EXEC COMMUNICATION AREA LENGTH
it is used in pseudo conversational if EIBCALEN=0 no data
are moved to application program.
max size is 65k and s9(4)comp
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Name the divisions, which are available in a cobol program?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What is the difference between comp and comp-3 usage?
What are various search techniques in cobol? Explain.
Write down the divisions of cobol program?
How do you differentiate between cobol and cobol-ii?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
how to access the file from prodution from changeman tool and to submit a file to production
What are the access modes of START statement?
What is a SSRANGE and NOSSRANGE?
What is perform what is varying?
how to move the records from file to array table. give with code example
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What guidelines should be followed to write a structured cobol prgm?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?