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



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

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

More JCL Interview Questions

how you can access an uncataloged dataset in a JCL?

0 Answers  


what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  


//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?

2 Answers   CCS, CTS,


what is mainframe?

4 Answers   CGI,


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

0 Answers  






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

0 Answers   IBM,


What is the difference between a symbolic and an override in executing a PROC?

2 Answers  


Explain about CBL/PROCESS statement syntax

1 Answers  


How do you handle empty files in a JCL ?

3 Answers   Wipro, Xansa,


there are 10 steps in jcl how to execute the steps from step2 to step8 only

6 Answers   EDS,


If we want to see the eliminated duplicate record thru SORT, how its output file will be managed

6 Answers   Syntel,


Is condition checking possible in jcl?

0 Answers  


Categories