u have passed sme charecters thru parm parameter in jcl. how do u
code in cobol to recieve the values u gave in parm ?
Answer Posted / graham
by using 'USING' keyword in procedure division and dataname.
one restriction is, declaring length variable and dataname
in linkage section of covol program.
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
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
Which division and paragraphs are mandatory for a COBOL program?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the difference between Call and a Link?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between comp and comp-3?
how can i see junk values in dclgen or in hostvariable of comp ?
Discuss about changing dataset name in proc.
Why occurs cannot be used in 01 level in COBOL?
) How do u handle errors in BMS macro?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How do we get current date from system with century in COBOL?
How you can read the file from bottom?
What is inspect in cobol ?
Explain how you can characterize tables in cobol?