Answer Posted / harish
sdsf= systems display and search facility.........
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
how to move the records from file to array table. give with code example
What is Pic 9v99 Indicates in COBOL?
Difference between array and sub-script ?
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
how do you reference the variable block file formats from cobol programs
What is report-item in COBOL?
What is a SSRANGE and NOSSRANGE?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
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?
how can i see junk values in dclgen or in hostvariable of comp ?