Answer Posted / jagadesh
Procedures (proc) is the function like c or c++ in cobol
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How do you define a variable of comp-1 and comp-2?
In COBOL, what is the different between index and subscript?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between external and global variables in COBOL?
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.
how do you reference the ksds vsam file formats from cobol programs
What is the use of intialize verb?
How do you reference the fixed block file formats from cobol programs
how do you reference the fixed unblock file formats from cobol programs
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.
What is perform what is varying?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?