1.Can we define condition-name conditions in FD entry.
Answers were Sorted based on User's Feedback
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
Have you code any new programs in COBOL ? What is the functionality of the programs?
How To move a value to an array using move verb?
How can you declare the file ?
How many variables can be declared in w-s section.?
Scenario: I have 3 Input Files.Read the first i/p file and depending on certain business logic, I want to read wither i/p file-2 or i/p file-3.Now, depending on certain business logic applied to the record read from either file-2 or file-3, I decide to write them to either output file-2 or output file-2. Question: How many job steps are necessary to implement a solution for the above.
How to execute a set of JCL statements from a COBOL program?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
1.Can we define condition-name conditions in FD entry.
Please let me know how the Eject verb works for page break.. I want to know the code, how it is used.
can we read in input the file with a variable length ? please , how ..could you help me ?
In EBCDIC, how would the number 1234 be stored?