Explain what you understand by passing by value.
No Answer is Posted For this Question
Be the First to Post Answer
What are subroutines ? and how do we pass data to the sub routines?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are different file OPEN modes available in COBOL?
can we display comp-3 variables. if we want to display what we have to do . give me one example
How do you code Cobol to access a parameter that has been defined in JCL?
What are the ways you can generate a copybook?
What is mean by maxcc
wht is the difference between goto and perform stmts
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
i want to use only first 100 records from a file.plz tell me how to write JCL for this(for read,copy,write operations).plz give me details of all posible JCL utilities?
How to pass return codes from cobol to jcl?
Hi all, I have a following requirement to write the cobol program. I have to load the 129 variables from input sequential file which are in excel sheet to the cobol inernal table. and after loading into table i have to compare this data with the business file. here compare means controlling the data whether the format(numeric,alpha) is same in the business file and in the table??? i have the same data in input and business file. could anyone please give me any idea of the logic?// i have all the 129 different variables(129rows,1 column)is there .