What is Control Break processing ?
Answer / sudha
Control Breal is mainly used for report generations.
Is This Answer Correct ? | 17 Yes | 0 No |
Following questions were asked in Capegemini on 8th sep,2012 mainframe test 1.)Condition code for dul recors in VSAM- 2.) Is NULL or =NULL in Select statement 3.)max size of CI 4.)What happens after CI is full 5.)Ques on COND parameter 6.)which among following can not be rolled back a)delete table b.)droptable c)Update d.)insert 7.)groupby and orderby sql querries 8.)Max extents in VSAM file 9.)quesn on DPRTY=(1,10) 10.)range of condition codes in COBOL 11.)occurs clase can not be used at which level? 12.)delimiter in jcl 13.)sort card for file in PGM=SORT 14.)PIC(6) value 120056 possible? 15)question on BLKSIZE Is (20,20) and (20,10) possible? 16.)number of bytes in RDF 17.)Can we use index in WS-section or LK-section 18.)Verify command in IDCAMS used for? 19.)question on Alternate Index 20.)Return code of file attribute mismatch 21.)In which format COBOL variables stored? 22.)what is Alternate of HANDLE? 23.)can SUM,AVG,MIN,ROUND used in numeric and char variable data types? 24.)What is the datatype of FILE STATUS codes in WS-section?
What is the default value of DISP for temp datasets
How many bytes do a s9 (7) comp-3 field occupy?
What type of Call you would use if you don;t want the control back to the calling program?
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
can we use COPY statement in w-s section? how?
Write the syntax of a two dimensional array?
Difference between next and continue clause
Name the divisions in a COBOL program ?
How to read the last 100 records from a COBOL file. The file contains N number of records.
PERFORM ACCUMULATE-TOTALS VARYING A FROM 1 BY 2 UNTIL A >2 AFTER B FROM1 BY 1 UNTIL B>2 AFTER C FROM 2 BY -1 UNTIL C<2 How many times the paragraph ACCUMULATE-TOTALS would be exicuted?
When is a scope terminator mandatory?