why jobstep can't be more than 255 and for GDG has max
limit 255 . Is there any relation between the two

Answer Posted / guest

255 is the highest value a byte could have. So 255 decimal
is "FF" in hexa.
Internal routins for accessing and handling Datasets,
written by IBM, are using ContolBlocks.
Some contents are stored in only one byte. And so, the
highest value could only be 255.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is their any limit for data sets?

704


What are the utility programs in jcl?

648


which parameter is used to check the syntax of a jcl without executing it?

799


How jcl work to handle various input output file operations?

659


What is the function of the steplib dd statement?

744






which utility is used a dummy utility?

795


How would you understand error(execution phase)?

630


Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC

800


what is the use of IEBGENER utility?

662


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

925


what is “Cond= even” and “Cond=only”?

743


Explain dd statement in jcl?

644


How can an in-stream dataset be terminated?

849


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

854


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

658