1)what is the maximum limit for occurs?
Eg: 01 A PIC X(10) OCCURS N TIME.
What is the max value for N?
Answer Posted / vijay
in practicle its 3 dimensional only
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Describe the cobol database components?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is cobol?
What is rmode(24)
What is the difference between goback, stop run and exit program in cobol?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
) How do u handle errors in BMS macro
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is a SSRANGE and NOSSRANGE?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the Purpose of POINTER Phrase in STRING command in COBOL?
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.
Mention the guidelines to write a structured cobol program?
what is search and searchall?what is the diffrence between them?give an best example?