Thanks.. One of my trainee said some kind of Arith Code can be used along with Parm parameter when input limit exceeds than 100.He said only working people handle with this method.
ok for the language barrier, but too much is too much ,
would You care to translate to an intelligible sentence!
anyway trying to submit a job/jcl with a parm longer than 100 chars will result in a jcl error
works
000001 //ENRICO1 JOB NOTIFY=&SYSUID,
000002 // REGION=0M,
000003 // MSGLEVEL=(1,1),CLASS=A,MSGCLASS=X
000004 //*
000005 //IEF EXEC PGM=IEFBR14,
=COLS> ----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
000006 // PARM='12345678901234567890123456789012345678901234567890123456789012
000007 // 34567890123456789012345678901234567890'
does not ( jcl error)
000001 //ENRICO1 JOB NOTIFY=&SYSUID,
000002 // REGION=0M,
000003 // MSGLEVEL=(1,1),CLASS=A,MSGCLASS=X
000004 //*
000005 //IEF EXEC PGM=IEFBR14,
=COLS> ----+----1----+----2----+----3----+----4----+----5----+----6----+----7--
000006 // PARM='12345678901234567890123456789012345678901234567890123456789012
000007 // 345678901234567890123456789012345678901'
look out for the long parm continuation rule ...
fill the first line up to column 71
start the second line at column 16