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
Can we redefine the field of x(200) to less than 200?
What rules are to be followed while using the corresponding options?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What is a scope terminator give example?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Have you used comp and comp-3 in your project? And how?
What are the different rules of SORT operation?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
What is the difference between structured cobol programming and object alternativelyiented cobol?
What kind of error is trapped by on size error option?
What is static and dynamic call in cobol?
What is the difference between binary search and sequential search?
What is the compute verb? How is it used?