Geeks Talk

Prepare for your Next Interview




Level 88 and 66

This is a discussion on Level 88 and 66 within the MainFrame forums, part of the Software Development category; Anyone help me out with the significance of level 66 and level 88 in COBOL also please help me out with specifying where and why we use these special level. ...


Go Back   Geeks Talk > Software Development > MainFrame

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 05-17-2008
Junior Member
 
Join Date: May 2008
Location: Delhi
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Batch Rocker is on a distinguished road
Level 88 and 66

Anyone help me out with the significance of level 66 and level 88 in COBOL also please help me out with specifying where and why we use these special level.
Thank You
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 05-20-2008
Junior Member
 
Join Date: May 2008
Location: Chennai
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
logeswaran is on a distinguished road
Re: Level 88 and 66

Hi,

Level number 66 is only for renaming the variable.

66 ACCOUNT-NUM PIC X(09) RENAME ACCT-NUM.

Level number 88 is a Condition name variable.It's used for condition checking.

I declared one Condition name variable

01 EOF PIC x(1).
88 EOF-Y vALUE 'Y'.
88 EOF-N VALUE 'N'.


Below perform statement will stop when the EOF-Y is true.

PERFORM 300-PROCESS-PARA THRU 300-EXIT
UNTIL EOF-Y.

When the file is reaches the Enf of file condition then it move "Y" to EOF.Now EOF-Y is true.

200-READ-PARA.
READ CUST-INFILE AT END MOVE 'Y' to EOF.
200-EXIT-PARA.
exit.

I think it will help you.

Thank's
Loges
Reply With Quote
Reply

  Geeks Talk > Software Development > MainFrame


Thread Tools
Display Modes


Similar Threads

Thread Thread Starter Forum Replies Last Post
CMMI Level bhavana_20 Testing Issues 8 07-31-2008 06:05 AM
OCA level-2. a439511 Oracle Certification 1 07-15-2008 01:06 AM
CMM Level Company? rajaputra QTP 1 02-11-2008 02:29 AM
2 high level and 2 low level design techniques Geek_Guest Testing Issues 0 06-25-2007 04:52 AM
CMM Level Martin Lucas Geeks Lounge 2 06-27-2006 10:40 PM


All times are GMT -4. The time now is 09:14 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved