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 amode(24), amode(31), rmode(24) and rmode(any)?
what is difference between cobol and cobol/400
how do you reference the esds vsam file formats from cobol programs
What rules are to be followed while using the corresponding options?
What is the difference between perform … with test after and perform … with test before?
Describe the cobol database components?
how to access the file from prodution from changeman tool and to submit a file to production
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What are the pertinent COBOL
Write a program to enter and display the names of students in a class using the occurs clause.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What rules are followed by the search verb.
What is the difference between binary search and sequential search?
What is link edit in cobol?
What is the difference between Call and a Link?