what is the difference between PA & PF keys?
Answer / sushant kumar mohanty
PF key : Wake up the task and transmit modified data.
PA Key : Wake up the task only.
Is This Answer Correct ? | 0 Yes | 0 No |
Read filea And file b write the same records in both files? Records in a but not in b record in b but not in a
Explain Restart Logic in Cobol?
How do you define a variable of COMP-1? COMP-2?
How to Write the RESTART Logic Using COBOL?
4 Answers GalaxE, L&T, Syntel, TCS,
what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99
What will happen if we generate GDG +2 version instead of +1 version?
What is 66 level number and where it is used in real time by software developers?
2 Answers ITC Indian Tobacco Company, TCS,
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
what are the isolation levels and where we use it in the db2 program
What is the file organization clause ?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
if you code move high-values to variable,can you move it into numeric variable or alphanumeric variable?