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

Difference between..LRECL = 133 and LRECL = 132


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sivatechdrive

Active User


Joined: 17 Oct 2004
Posts: 191
Location: hyderabad

PostPosted: Wed Nov 10, 2004 5:25 pm
Reply with quote

What is the use of LRECL = 133
what is the difference between..LRECL = 133 and LRECL = 132


2 > if cond parameter is uesed for particular step . what happens in the following case


step1 exec pgm =file1 cond = (4,gt)

step2 exec pgm =file2 cond = (4,gt)

step3 exec pgm =file3 cond = (4,gt)

step4 exec pgm =file4 cond = (4,gt)

if step2 is not executed as the retrun code of step1 is 0

what happens to step3 and other steps

Thanks
siva
Back to top
View user's profile Send private message
anuradha

Active User


Joined: 06 Jan 2004
Posts: 247
Location: Hyderabad

PostPosted: Wed Nov 10, 2004 7:46 pm
Reply with quote

Hi Siva,

Generally we give the report record length as 132 and in the JCL if the record format is FB we will give LRECL=132 and if record format is FBA we will give LRECL=133 (1 byte extra for advancing)

Regarding the COND parameter if step 1 RC= 0 then it will not execute any of the below steps.

Step3 is not going to check only the previous step's return code. It checks the return codes issued so far,similarly with step4.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Wed Nov 10, 2004 9:10 pm
Reply with quote

A standard sheet of computer output paper is 11 x 13 7/8 inches. That's 11 inches from perf-to-perf, and 13 7/8 inches wide, including the tractor feeds.

An IBM-3211 impact printer uses a 10-pitch (10 CPI) print mechanism, much like a typewtriter. Given that you typically would want to remove the tractor feeds, which would take away about a half-inch of the paper's width, that would leave you with about 13.2 inches of printable surface. So, if you wish to completely fill the page from edge-to-edge, 132 10-pitch characters is just the right amount needed.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts WER247A SORTOUT HAS INCOMPATIBLE LRECL SYNCSORT 7
No new posts VB to FB - Finding LRECL SYNCSORT 4
No new posts Timestamp difference and its average ... DB2 11
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts What is the difference between Taskty... Compuware & Other Tools 2
Search our Forums:

Back to Top