In the JCL, how do you define the files referred to in a
subroutine ?
Answers were Sorted based on User's Feedback
What is normalisation?
How can we pass data from cobol to JCl?
I have a PS file and I would like to manually insert the binary values (like a COMP format) into the file. How can i do that? the way do in COMP-3 format.. suppose i want to insert -12345 in to file in comp-3 format. simply we can open a file in edit mode and do HEX-ON and insert the value . SEE BELOW-- 135 24D in 3 bytes - this will be COMP-3 presenatation of -12345.
Can anyone please give the example of Inline Perform.
Difference between file status codes 02 and 22.... since both are for duplicate key detection.
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
What is level 66 used for ?
Name the divisions, which are available in a cobol program?
is it possible to rename 01 level?
Explain what you understand by passing by value.
Describe the difference between subscripting and indexing ?
How many types of sorts are there in cobol?