A maximum of 100 chars can be passed to Cobol through Parm
in JCL, If we want to pass more than 100 Chars how we can
do it ?

Answer Posted / k.mahipalreddy

using comm-area

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the purpose of coding class parameter in job statement?

706


Is it possible to define dd statements as you want?

632


what is the resolution for sb37 error

7673


Explain the function of dd disp parameter?

586


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

731






What parameter directs the output of the job log dataset?

748


What is multithreading in jcl?

919


Explain how can a stopped job be started again?

625


What is NOTCAT ?

727


I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.

1720


What does a disposition of (new,catlg,keep) for a dsn mean?

600


Which dd parameters are required?

673


What is the function of job statement in jcl?

622


What is the significance of addrspc parameter in the exec statement?

607


How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?

1787