)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
How do we get current date from system with century in COBOL?
Can we redefine the field of x(200) to less than 200?
What is the difference between next sentence and continue in cobol programing language?
Describe the cobol database components?
Give some examples of command terminators?
How do you reference the fixed block file formats from cobol programs
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is the difference between comp and comp-3 usage?
Explain how to differentiate call by context by comparing it to other calls?
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.
Write the code implementing the perform … varying.
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
State the various causes of s0c1, s0c5 and s0c7.
Explain the configuration section of a cobol program with examples of syntax.