Hi Stan, some answers below >>
(1). Does AMODE 24 assembler language programs CALL(statically or dynamically) a Enterprise COBOL V5 programs ??
>> "Dynamic CALL" is a COBOL term, to describe a dynamic COBOL CALL verb/statement. With COBOL dynamic CALL the
>> run-time can do "mode switching" between AMODE 24 and AMODE 31 programs Assembler programs can do
>> different kinds of CALLs also, but typically assembler CALLs are similar to COBOL static CALL, which means the called program
>> is linked together with the calling assembler program at bind time. This is not supported with AMODE 24 assembler calling
>> COBOL V5 programs. The short answer is that you cannot call COBOL V5 programs from AMODE 24 assembler programs.
Because we have many program were AMODE24 assembler CALL Enterprise COBOL V3.2 (AMODE24 and AMODE31)
Need to clearly know, Does AMODE 24 assembler language programs CALL(statically or dynamically) a Enterprise COBOL V5 programs??
>> You could only do this by providing a intermediate assembler program that switches modes to AMODE 31 before calling COBOL V5.
>> AMODE 24 assembler programs cannot call COBOL V5 programs
(2). Existing modules (Enterprise COBOL V3.4) that without re-compiler with COBOL V5.1,
Could it Normal running for old existing modules in COBOL V5.1 and z/OS V1.13 Language environment ??
>> I can't quite understand the question, but if you are asking if you can mix COBOL V5 programs with COBOL V3,4 programs,
>> the answer is YES. You must have all of the required service installed on your Language Environment and Binder, but then mixing
>> old (V3R4) and new is fully supported
For existing assembler, Does AMODE 24 assembler language programs CALL(statically or dynamically) a Enterprise COBOL V3.4 program in New z/OS V1.13 Language environment ??
>> Yes, you can still run COBOL V3 (and V4) in AMODE 24. This means it can be called by AMODE 24 assembler.
Just for Existing modules( without re-compiler for V5.1), Could it normal running in New Language environment ??
>> Yes, existing modules are not affected by the new COBOL V5 runtime support in LE.
Tom.Ross