Answer Posted / naidu
You can pass the values to cobol program using 3 ways:
1.passing the parameters from SYSIN
2.using parm
3.using file
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how can i see junk values in dclgen or in hostvariable of comp ?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
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?
how do you reference the ksds vsam file formats from cobol programs
Explain the configuration section of a cobol program with examples of syntax.
What is the difference between PIC 9.99 and PIC9v99?
Can we change the password using ALTER? anyone tried and changed?
What is rmode(any) ?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What the difference is between continue and next sentence?
I have a File that has duplicate records. I need only those records that occur more than thrice.?