how will u code parm parameter and where pls ?
Answer Posted / hari nagisetty
In JCL
//step1 exec pgm=cobprog,parm='abcdef'
In COBOl
LINKAGE SECTIN.
01 PARM-FIELD.
05 PARM-LENGTH PIC S9(4).
05 PARM-VALUE PIC X(6).
PROCEDURE DIVISION USING PARM-FIELD.
abcdf will reflect in PARM-VALUE
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
What type of SDLC u followed? Why?
how do you reference the variable unblock file formats from cobol programs
What is the difference between Global and External Variables?
What is link edit in cobol?
What the difference is between continue and next sentence?
What is the use of intialize verb?
Difference between array and sub-script ?
How do you differentiate between cobol and cobol-ii?
Why occurs cannot be used in 01 level in COBOL?
Which is not true about evaluate statement
how do you reference the ksds vsam file formats from cobol programs
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the compute verb? How is it used?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
What are literals?