IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Maximum number of EXEC statements


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
iampraveena

New User


Joined: 19 May 2006
Posts: 6

PostPosted: Wed Apr 04, 2007 11:16 am
Reply with quote

why is the maximum number of EXEC statements 255 ?
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Wed Apr 04, 2007 11:44 am
Reply with quote

Hi There,

Topic is already discussed

www.ibmmainframes.com/viewtopic.php?t=9331&highlight=max+number+exec
Back to top
View user's profile Send private message
star_dhruv2000

New User


Joined: 03 Nov 2006
Posts: 87
Location: Plymouth, MN USA

PostPosted: Wed Apr 04, 2007 1:20 pm
Reply with quote

yes 255 is max no. of exec statement allowed.
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Wed Apr 04, 2007 1:58 pm
Reply with quote

Hi iampraveena !

I dont hope, that you really want to build a job with 255 Exec's !!!

But here's a little excurse of the magic numers in our job, that i wrote a long time before.

255 is as special as 4096.

Btw, 4096 is the highest value for adressing Bytes with a Base-Register in Assembler.

255 is the highest value a byte could have. So 255 decimal is "FF" in hexa.

In former times at the beginning of comuters and programmings you had
always byte-commands. Remember the Assembler-Instruction MVC. It is
the same as MOVE in Cobol. The longest field you could move with one
instruction could only be 255 bytes. Also all the internal routins for accessing and handling Datasets, written bei IBM, are using ContolBlocks and special SystemServices based on that restriction.

For example, if you open a dataset in cobol-programm, in the background, the internal I/O-Routins are accessing a RDJFCB (READ-JOB-FILE-CONTROLBLOCK), where all Information of the actual dataset is stored.

It's the chaining beetween your logical file in programm and the physical file, declared in the JobControlLanguage, and the actual physical device.

Now, this RDJFCB has a special structure and field-order. Some contents are stored in only one byte. And so, the highest value could only be 255. No one would be so crazy to change all these old routins. Nothing more would work. You only could enhance these ControlBlocks with new features, but you must leave the earlier fields and flags.

And now comming to the limitation of 255. The limit-value is stored
in on Byte of such ControlBlock. And what is the highest value you could store in one Byte ??? !!!


Thank you fore listening to my little excurse of mainframe stone-age.

Regards, UmeySan
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Substring number between 2 characters... DFSORT/ICETOOL 2
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
No new posts Increase the number of columns in the... IBM Tools 3
Search our Forums:

Back to Top