i have variable record in the 5th, i want to sort from 5th filed ? how ?
Answers were Sorted based on User's Feedback
The question is not clear.
What is the column# of the fifth field in the 5th variable record ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chandu
USE sort card for this.
sort fields=copy,stopaft=??,skiprec=5
| Is This Answer Correct ? | 2 Yes | 3 No |
what is Pic 9v99 Indicates?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
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
what is redefines? where it can be effectively use for the purpose of memory utilization? give an example?
How many maximum number of procedures can we write in one COBOL program?
In an EVALUATE statement, can I give a complex condition on a when clause?
hi is there any means of deletin a record from a ps usin cobol not using jcl?eg if i am reading a record and if some condition is matched tat particular record must be deletd fom the ps
How do you come out of an EVALUATE statement?
can u plz expain me how to declare dynamic array? what is the meaning of depending on clause in dynamic array?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?