What is the purpose of Identification Division?
Answer / elite group
To identify the name of the program & for documentation
purpose
Is This Answer Correct ? | 7 Yes | 0 No |
how do u list the abended jobs?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
What will happen if we generate GDG +2 version instead of +1 version?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
How many times the loop runs here 01 a pic 9(2) value 10. perform para1 a times stop run. para1: move 20 to a.
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
SSRange is used to do a range check on which of the Following. SUBSCRIPT,INDEX,REFERENCE MODIFICATION,Run-time option.
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
period is missing in the cobol program which error we getting