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
What is the default value(s) for an initialize and what keyword allows for an override of the default?
what is the use of outrecord?
What guidelines should be followed to write a structured cobol prgm?
Which is not true about evaluate statement
What is amode(24)?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What are the pertinent COBOL commands?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
How to use the same COBOL program in Batch and CICS on lines? explain with an example
Write a cobol program making use of the redefine clause.
How do you define a variable of comp-1 and comp-2?
Describe the cobol database components?
What are 77 levels used for?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
Write the code implementing the perform … varying.