What is SDSF?
Answers were Sorted based on User's Feedback
Answer / manojkumar sivakumar
Description: SDSF =
1) Spool Display And Search Facility
2) System Display And Search Facility
| Is This Answer Correct ? | 13 Yes | 2 No |
how can i see junk values in dclgen or in hostvariable of comp ?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
consider two data items 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
How To Separate The Numerics From An Alphanumric Data Item Which Contains Both Alphabates And Numerics ?
What is 88 level used for ?
What is the difference between a subscript and an index in a table definition?
given the following: 77 A PIC 9V9 VALUE 9.5 77 B PIC 9 VALUE 9. 77 C PIC V9 VALUE 0.8 77 D PIC 9 77 E PIC 9 77 F PIC 9V999 what are the contenta of D E nad F after the following statements are executed: COMPUTE F ROUNDED=A+C/B MULTIPLY A BY C GIVING E ADD B C A GIVING D ROUNDED a.F=9.589 E=8 D=1 b.F=9.589 E=8 D=9 c.F=9.589 E=7 D=9 d.F=9.589 E=7 D=1
how to fetch the record before the last record in a cobol file( its a huge file and if the key field is not known)
What guidelines should be followed to write a structured Cobol program?
can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
how will u pass dadta to cobol+db2 program...?
HOw can I get the negative sign while deduct high value from low value