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
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the different open modes available in cobol?
What are all the divisions of a COBOL program?
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?
How do you get the data to code the BMS macro?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Describe the cobol database components?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
What is the difference between Call and a Link?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
What is the difference between PIC 9.99 and PIC9v99?
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?