How do you override a parameter in Positional parameters?

Answer Posted / mahaveer

It's

Parameter name.step name in proc = value

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the statements that are not valid to be included in an include statement?

1082


How can the disposition of sysout datasets be set for an entire jobstream?

1083


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5305


in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?

1001


What parameter directs the output of the job log dataset?

985


How can an in-stream dataset be terminated?

1058


Are there any set of rules for the names of the steps used in a job?

850


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

984


How does jcl act on code(if you take a cobol program)?

970


How can the submitting users racf authority be overridden in a job stream?

991


how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?

1066


How can return codes be tested before execution of a job step?

1190


I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK

1707


How to submit jcl through a cobol program?

886


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

1206