Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
which one advanage 01 level or77 for declare elementary data

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL
Author Message
veera
Warnings : 1

New User


Joined: 24 Nov 2004
Posts: 21
Location: chennai

PostPosted: Sun Nov 28, 2004 6:36 pm    Post subject: which one advanage 01 level or77 for declare elementary data
Reply with quote

HELLO,
ANY ONE PLSE TELL ME
1. WHICH ONE IS ADVANTAGE FOR DECLARATION OF ELEMENTARYDATA ITEMS.

2. WHY U R DECLARE VAR CHAR IN 49 LEVEL ONLY.
Back to top
View user's profile Send private message
References
jz1b0c

Active User


Joined: 25 Jan 2004
Posts: 180
Location: Toronto, Canada

PostPosted: Mon Nov 29, 2004 3:11 am    Post subject:
Reply with quote

Veera,

reg level 77 & 01.
This has no diff in MVS COBOL, VS COBOL II.

Inearlier versions of cobol.

if you declare an elimentary data item at level 01

01 ws-rec pic x(01).
01 ws-rec2 pic x(02).

in memory
xyyyyyyyyyyyyyyyyyyyyy (here y is blank nothing is stored in that).
xyyyyyyyyyyyyyyyyyyyyy

where as if its at level 77
77 ws-rec pic x(01)
77 ws-rec 2 pic x(01)
in memory
XX

you can observe that memory is being saved.

however there is no diff in MVS Cobol or VS Cobol II
Back to top
View user's profile Send private message
jz1b0c

Active User


Joined: 25 Jan 2004
Posts: 180
Location: Toronto, Canada

PostPosted: Mon Nov 29, 2004 3:12 am    Post subject: Re: which one advanage 01 level or77 for declare elementary
Reply with quote

veera wrote:
HELLO,
2. WHY U R DECLARE VAR CHAR IN 49 LEVEL ONLY.


I have ansered this earlier check db2 forum for this.

good day.
Back to top
View user's profile Send private message
veera
Warnings : 1

New User


Joined: 24 Nov 2004
Posts: 21
Location: chennai

PostPosted: Wed Dec 01, 2004 12:05 pm    Post subject: Re: which one advanage 01 level or77 for declare elementary
Reply with quote

[quote="jz1b0c"][quote="veera"]HELLO,
2. WHY U R DECLARE VAR CHAR IN 49 LEVEL ONLY.[/quote]

I have ansered this earlier check db2 forum for this.

good day.[/quote]

hello,
i am not cleared WHY U R DECLARE VAR CHAR IN 49 LEVEL ONLY
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> Mainframe COBOL All times are GMT + 6 Hours
Page 1 of 1