how will u find out 3rd week's 2nd day using occurs ?
Answers were Sorted based on User's Feedback
Answer / shweta
01 WS-TEMP VALUE ZEROS.
03 WS-WEEK OCCURS 5 TIMES
05 WS-DAY PIC 9 OCCURS 7 TIMES
THE THIRD WEEK AND 2ND DAY CAN BE FOUND BY WS-TEMP(3,2)
| Is This Answer Correct ? | 3 Yes | 9 No |
What is the use of intialize verb?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Explain the difference between an internal and an external sort, the pros and cons, internal sort syntax etc.
01 WS-NAME PIC X(10) OCCURES 2. by this we can get ws-name 2 times. My qustion is how can we access the second name
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how can count the number of character in feild ?? suppose for instance i have a feild with value ' rajesh sarkar' then how can v count the number of characters whitout spaces...........
How to convert bunch of words in a line to relvant ASCII values?
What is a scope terminator give example?
How do we get current date from system with century?
how will you define vsam file in select clause?
01 NAME1 PIC X(13) VALUE "COBOL PROGRAMMING". 01 NAME2 PIC X(13). now I want to display the value of NAME1 in reverse order i.e value should be displayed as "GNIMMARGORP LOBOC" HOW can I do that ??? please let me know if any one knows it.
what is the coding difference between COBOL and CICS.