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 |
in a indexed file what is procedure for read the records from 12 to 18. please give the code example
How can we increase the size of an existing PDS to include more no. of modules.
What is SET TO TRUE all about, anyway?
How To move a value to an array using move verb?
i have two file, each file having : file1 is having 2 fields field1 field2 file2 is having 3 fields field1 field2 field3 my req is to make it one file like: field1 field2 field1 field2 field3 if anyone know please send me syntax, i tried this with DFSORT but could not succeed.
what is the meaning of pic 9(09)v99-
can i use multiple when statements in search & search all ? justify ur answer?
What are the different data types available in COBOL?
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
we can use set true for condition names.. similarly can we code set to false in cobol pgm? will it work?
what happens if parmparameter passes zero bytes to the program
How to open and see copy book ?