01 text-data pic x(100).
move 'xyzdbfrjjg u' to text-data.
how to find the value of last index of text-data?
Answer Posted / kumar
By using UNSTRING Verb we can do
UNSTRING text-data DELIMITED BY ' ' INTO ws-f1 (o/p varible)
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is difference between cobol and cobol/400
What is rmode(24)
What is the use of intialize verb?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What is amode(24)?
What are various search techniques in cobol? Explain.
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
When is inspect verb is used in cobol?
What do you understand by psb and acb?
Why did you choose to work with ibm mainframe cobol programming?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
i need a small 3d program using inline and outline.
Have you used comp and comp-3 in your project? And how?
What is the default value(s) for an initialize and what keyword allows for an override of the default?