How many sections are there in data division in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between NEXT SENTENCE and CONTINUE?
What is difference between com and com3? Eg. s9(4) so what is the memory it will occupy com and com3.
consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
The disposition parameter in the jcl is share ( DISP+SHR ) and the program opens file in extend mode what will happen?
if someone is using my file,how can i find which user id is using?
What is the difference between COMP & COMP-3 ?
wht do u mean by (*,intrdr) wht is * used for ?
How to delete the records of a dataset through cobol programme?We should not use jcl utilitities like IDCAMS.
What are the different types of condition in cobol and write their forms.
what is mainframe? what is the mainframe software ? what is use in s/w field?
How to convert bunch of words in a line to relvant ASCII values?
How do u debug a S0C7 abend? (aswered till we get the field which caused that) After knowing the field which caused that how do u know the record which caused that if it is in production env? (dumb) Ok let us assume that we got to know that 100th record caused that and I wanted to skip only 100th record from the file and process from 101th. How to do that in JCL using SORT? (tried with STOPAFT but ended up dumb when he said smthing else is ther)