How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
No Answer is Posted For this Question
Be the First to Post Answer
How does IDMS insure data integrity?
select TURE Statement(s) aboUt eject statemenet in cobol? a)The eject statememnt must be the only statement on the line b.It causes the program to edit abnormally c. eject statement can be written in either area A or area B d. specifies that the next source statement is to be printed at Top of the next page e.The EJECTstatement has no effect on the compilation of the source program itself
how we can edit records in vsam data set and non vsam data sets
a. Can the OPTIONAL clause in COBOL only be coded for input files? b. If it is coded for files opened in OUTPUT, I-O or EXTEND mode, will it give a compilation error? c. If there are no compilation errors and if such files are not coded in the JCL, will the OPEN statement run fine when these files are opened? d. How will a WRITE statement work for the above files?
comp-3 field occupy?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
What is SET TO TRUE all about, anyway?
What is the difference between write & move in COBOL?
how can we code index in an array of cobol pgm?
What is the maximum size of a 01 level item in COBOL I? in COBOL II?
given the following piece of code: CALL SUB-PGM USING A, B, C. CALL SUB-PGM USING A, C, C. (a) Both CALL statements will always produce same result. (d) Both CALL statements may produce different result. (c) Compile-time error because SUB-PGM is a dataname. (d) Compile-time error because A, B, C are used twice.
What are all the divisions of a COBOL program?