How do you code Cobol to access a parameter that has been
defined in JCL?
Answer Posted / lynn ertell
Apparently you cannot use the ACCEPT verb against the
LINKAGE parameters if you are already using SYSIN.
It's either one or the other but not both.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to remove 2 duplicate records and copy only one using job control language?
IF I mention stop run in CICS what happens?
how do you reference the rrds file formats from cobol programs
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
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?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
What is length is cobol?
Name some of the examples of COBOl 11?
What are the pertinent COBOL
What are the rules of the move verb?
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?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
What is the difference between structured cobol programming and object alternativelyiented cobol?
Can we redefine the field of x(200) to less than 200?
What is rmode(any) ?