What is COBOL program?
What is flag?
Name the divisions in a COBOL program?
Can we execute the following statement move a,b to c,d.
I have a variable x(20), but I need the output in two ways 1.123000000000000000002. 123-----------------
How to remove the duplicate records present in a PS dataset using JCL?
Can Redefines clause be used at 01 level ?
What are the type of comp usage?
What is difference between comp and comp-4?
What does the INTIALIZE verb do ?
What is 77 level used for?
What is 88 level used for?
What is level 66 used for?
What does the IS NUMERIC clause establish?
How do you define a table/array in COBOL?
Can the OCCURS clause be at the 01 level?
What is the difference between in dex and subscript?
What is the difference between SEARCH and SEARCH ALL?
What should be the sorting order for SEARCH ALL?
What is binary search?
How is sign stored in Packed Decimal fields and Zoned Decimal fields?
How is sign stored in a comp-2 field?
What are the different forms of EVALUATE statement?
How do you come out of an EVALUATE statement?
In an EVALUATE statement, can I give a complex condition on a when clause?
What is a scope terminator? Give examples.
How do you do in-line PERFORM?
When would you use in-line perform?
What is the difference between CONTINUE and NEXT SENTENCE?
What does EXIT do?
Can I redefine an X(100) field with a field of X(200)?
What is file status 92?
What is file status 39?
What is Static and Dynamic linking?
How do you sort in a COBOL program? Give sort file definition, sort statement syntax and meaning.
How do you define a sort file in JCL that runs the COBOL program?
No comments:
Post a Comment