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 is redefines clause in COBOL?
What kind of error is trapped by on size error option?
what is the difference between COBOL2 AND COBOL390?
What is the difference between Call and a Link?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
What type of SDLC u followed? Why?
what is the use of outrecord?
What are declaratives and what are their uses in cobol?
What is static and dynamic call in cobol?
Difference between array and sub-script ?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How do you reference the fixed block file formats from cobol programs
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
What are the different rules for performing sort operation?