what will happen if pass values more than 100 using PARM
parameter?



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

Post New Answer

More COBOL Interview Questions

I want ALL jcl ERROR cods

1 Answers  


What is comp-1 and comp-2?

0 Answers  


01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?

7 Answers  


I've one string with spaces ( I N D I A ). My question is I want remove the spaces & combine in to single string without space (INDIA).How we can write the cobol program & wich options we need to use. Please let me know.

10 Answers   Mascon,


How do we get current date from system with century?

2 Answers  






How many maximum number of procedures can we write in one COBOL program?

5 Answers  


what happens when a copybook variables are declared using include statement ?

3 Answers   IBM,


) What is the use of IGNORE?

1 Answers   IBM,


how to remove leading spaces and zeroes in a cobol variable.is there any easy way to do it

2 Answers  


What happens in the background of spool when we submit a job for compilation and execution... This is a recent question in ibm...Kindly help me.....

3 Answers   IBM,


what is the difference between start and startbr?

2 Answers  


How to read records which is in sequential file in reverse order ? Exp. 1 2 3 4 5 . i want 5 4 3 2 1?please clear my doubt any one

10 Answers   IBM,


Categories