why occurs clause not mentioned in 01 level

Answer Posted / jagveer singh

As you all might already know that an array is known
as 'Repeating Groups' because of there nature, it means
that it is a group of data-items, 01 level is used to
define group level variable only (not the groups directly),
so data-items of group needs to be defined under 01 level
(group level) variable only, we can not declare them on 01
level directly.

Is This Answer Correct ?    9 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between structured cobol programming and object-oriented cobol programming.

663


input 1 input2 ouput1 output2 output 3 1 re 300 1 re 200 1 re 300 3 rc 500 1 re 200 2 rr 400 1 re 300 2 rr 400 1 rc 400 3 rc 500 1 rc 400 2 rr 700 2 rr 700 5 tt 900 5 tt 900 2 inputs r in flat file and output 1 is matched records,ouptput2 is unmatched of input1,output3 is unmatched of input2! how vl u get the output files using sequential order and to check with each and every records! let me know the procedure division ?

1868


What the difference is between continue and next sentence?

651


System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..

1586


Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?

818






input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

1776


What is the difference between a binary search and a sequential search what are the pertinent cobol?

729


What are the different data types in cobol?

786


What is difference between static and dynamic call in cobol?

772


Why did you choose to work with ibm mainframe cobol programming?

627


2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic

2104


What are the different rules to perform a Search?

613


What is a SSRANGE and NOSSRANGE?

818


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

853


How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.

3713