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 / gangadhara.m
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 ? | 0 Yes | 0 No |
Post New Answer View All Answers
What type of SDLC u followed? Why?
Discuss about changing dataset name in proc.
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What are the different types of condition in cobol and write their forms.
What is link edit in cobol?
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?
how can i see junk values in dclgen or in hostvariable of comp ?
How do you reference the following file formats from cobol programs?
i need a small 3d program using inline and outline.
How do define dynamic array in cobol.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
what is amode(24), amode(31), rmode(24) and rmode(any)?
What is redefines clause in COBOL?
What is the difference between Global and External Variables?
For rewrite, why is it mandatory that file needs to be opened?