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
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
) How do u handle errors in BMS macro
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
State the various causes of s0c1, s0c5 and s0c7.
can you please let me know if there is any walkins for COBOL/PLI/DB2/IMS/JCL in pune other than IBM and ITC infotech
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?
how to convert the recors form vsam file to db2 table tru file aid
How can you get the ksds file records into your cobol program?
What is the difference between Global and External Variables?
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?
In COBOL programming, what is PERFORM? What is VARYING?
What type of SDLC u followed? Why?
How to print 10 to 1 if the input have only 10 digit number?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?