Answer Posted / jey
IN COBOL, Call Statement calls sub program from main program
by Content or by reference.
syntax is :
CALL subroutine name
Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
Can you please let me know the centre name of INS certification in Kolkata.
Write a program to enter and display the names of students in a class using the occurs clause.
What is rmode(24)
What the difference is between continue and next sentence?
i need a small 3d program using inline and outline.
how do you reference the fixed unblock file formats from cobol programs
What are all the divisions of a COBOL program?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
) how do u code after getting data?
how to convert the recors form vsam file to db2 table tru file aid
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
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.
Can a Search can be done on a table with or without Index?
HOw can I get the negative sign while deduct high value from low value