What is reference modification?
What is UNION in sql and syntax?
What is the difference between GDGS and VSAM? Which is
prefer one?
What is processing groups in endevor?
Answer / lu
reference modification is
when you move the position of this field to another field
ex : move ws (3:5) to wss(6:5)
3:5 means 3thrd position and the lenght is 5 ....
2) union in sql used to check the column (row) of the table
A existing or not in table B...
3) GDG is the generation of sequential file, u access only
by sequential, VSAM (KSDS) access by key if you know, it's
more faster...
in endevor : unit test, Qa, and Production...
| Is This Answer Correct ? | 2 Yes | 1 No |
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
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.
01 a pic s9(5) value -12345, if we disply a , the sign will overpunched with last digit but i need to get the miuns sign in the result?
Hi , I am posting some questons which are asked at interview. These may help u for ur interview... what is static and dynamic call?
What will happen if a variable is declared as below.. Explain with an example? Working storage section:- 01 WS-VARX PIC X(10) VALUE 'ABCDEFGHIJ'. 01 WS-VARN REDEFINES WS-VARX PIC 9(5) VALUE '12345'. What will happen I want Display WS-VARX and WS-VARN?
If we put three reads in COBOL in the same para one after the other, to read a PS file,will it read the same record thrice or it will read three records sequentially? For example : Input File 01 02 03 Para 900 Read infile Display Infile rec Read infile Display infile rec Read infile Display infile rec. What will be the output?
What are declaratives and what are their uses in cobol?
can we read in input the file with a variable length ? please , how ..could you help me ?
what is the difference between start and startbr?
what are the utilities for load and unload the DB2 tables
What is the difference between comp and comp-3?
What is the Purpose of Pointer in the string?