How can i write a comp-3 variable into a sequential file
should i declara the field in the file description as comp-
3?
Answer Posted / suresh kumar
Hi,
Define the field, which u r going to write, as Comp-3 in
the File description and write it to the output file.
Thanks,
Suresh
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
how do you reference the esds vsam file formats from cobol programs
Write down the divisions of cobol program?
What are the different rules to perform a Search?
State the various causes of s0c1, s0c5 and s0c7.
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What is the difference between binary search and sequential search?
Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?
Which is not true about evaluate statement
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
In COBOL, what is the different between index and subscript?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Can you please let me know the centre name of INS certification in Kolkata.
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
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?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?