How pass a value through parm parameter which is greater than 100 bytes?

Showing Answers 1 - 18 of 18 Answers

utkarsh

  • Nov 7th, 2006
 

we cant pass the value through parm parameter which has more than 100 byte length

  Was this answer useful?  Yes

narsireddy.myla

  • Nov 30th, 2006
 

we can pass the parameter more than 100 character(it can by any length) that is started as usual and continuation character any character in 72 column and next line we have to start in the 16 th column so on.each parameter is seperated by comma

  Was this answer useful?  Yes

narsireddy.myla

  • Nov 30th, 2006
 

we can't pass through param more than 100 char.

  Was this answer useful?  Yes

Kranthi

  • Dec 19th, 2006
 

Hi,

We dont pass a parm which is more than 100 bytes thru PARM parameter but we pas it thru syssin card and we have to accept it in our program.

and the other way of passing parameters is thru datasets.

Regards

  Was this answer useful?  Yes

Brijesh

  • Sep 24th, 2016
 

We cannot pass using parm more than 100 byte but we can pass using SYSIN CARD and Using file

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions