what will happen if pass values more than 100 using PARM
parameter?
Answer Posted / pradeep raut
it will through JCL error
EXCESSIVE PARAMETER LENGTH IN THE PARM FIELD
| Is This Answer Correct ? | 20 Yes | 2 No |
Post New Answer View All Answers
Which division and paragraphs are mandatory for a COBOL program?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between PIC 9.99 and PIC9v99?
i want a program using by if, evaluate , string, unstring, perform, occurs?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
How are the next sentence and continue different from each other?
what are decleratives in cobol?
In which area will you utilize 88 level items in cobol?
Can a Search can be done on a table with or without Index?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Difference between array and sub-script ?
How many bytes S(8) comp field occupy and its maximum value?
How do you reference the fixed block file formats from cobol programs
HOw can I get the negative sign while deduct high value from low value
Write a program to enter and display the names of students in a class using the occurs clause.