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 / rookie

RE:To add on

You can also use files to pass values

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

State the uses of syspring, sysin, sort fields, sum fields and dummy.

656


How to override loadlib?

1431


What are the parameter we cannot use in procedure?

644


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

856


What is the significance of addrspc parameter in exec statement?

735






What are steplib and joblib?

725


which utility is used to sort a file in jcl?

750


how do you access an uncataloged dataset in a jcl?

848


How can a jobs execution priority be modified?

800


What do you understand by the term job time – out and how can you overcome that?

608


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

713


What is the function of the steplib dd statement?

744


Is acct parameter mandatory?

764


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1952


how to do automated restart when a job abends?

854