How does IDMS communicate with CICS?
What divisions, sections and paragraphs are mandatory for a COBOL program?
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?
where did you see the information regarding abend codes in jcl?
Write the code implementing the perform … varying.
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
how to change picture class of copy book variable inside program?
What are the different open modes available in cobol?
Why IBM?
How many times the loop runs here 01 a pic 9(2) value 1. perform para1 until a=10 move 1 to a. stop run. para1: move 10 to a.
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.
hie everyone.i just completed my b.tech in electronics and joined mainframes course.am i doing right course for my better future?please help me with your suggestions.ill be very thankful to you guys.
What are the steps you go through while creating a COBOL program executable?