what will happen if pass values more than 100 using PARM
parameter?
Answer / pradeep raut
it will through JCL error
EXCESSIVE PARAMETER LENGTH IN THE PARM FIELD
| Is This Answer Correct ? | 20 Yes | 2 No |
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
Can you REWRITE a record in an ESDS file? Can you DELETE a record from it?
6 Answers ABC, IBM, Mphasis, Wipro,
How to delete leading spaces/blank in COBOL ? Example:- 01 data-name-1 pic x(220) " English is a language". I would like to delete leading spaces.
input:-AABBCCDDEFGHIIJ output:- ABCDEFGHIJ Here in input we hav the duplicate characters i.e repeating characters.SO we should eliminate the duplicate characters and should display the output in ascending order.
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
what are the limitations of Inline Perform?
How you can characterize tables in cobol?
What are the differences between COBOL and COBOL II?
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
Write a cobol program making use of the redefine clause.
How can I tell if a module is being called DYNAMICALLY or STATICALLY?
suppose a cobol programme A calling programme B,C and D. If C undergoes some change what if A,B,C,D need to be recompiled or only C nee to be recompliled.