1)what is the maximum limit for occurs?
Eg: 01 A PIC X(10) OCCURS N TIME.
What is the max value for N?
Answers were Sorted based on User's Feedback
Write the code implementing the perform … varying.
Can we call a CICS program from a batch program or viceversa?If so, how?
How to increase the logical record length of existing PS file?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
1) can we display the index?
when SE37 SB37 and sd37 occurs how to increase the volume , primary quantity and secondary quantity?
what is s000 u4087 error? please give the all error codes in cobol,jcl.
Differentiate between structured cobol programming and object-oriented cobol programming.
how will u code parm parameter and where pls ?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
What are the different types of condition in cobol and write their forms.