WHAT IS THE DIFFERENCE BETWEEN 'COLHDG' AND 'ALIAS'?
Answers were Sorted based on User's Feedback
Answer / afnas
Both(COLHDG & ALIAS) are used to identify fields.COLHDG &
ALIAS is the Description of fileds.the diference is that in
ALIAS we can access data based on that ALIAS name,while
COLHDG is not allowed.suppose in PF field name as
DES78,give ALIAS as Description78,then user can access data
from using Description78.
| Is This Answer Correct ? | 23 Yes | 0 No |
Answer / nupur
Allias is an alternate name for the field in PF. We can
access data with the new name. while colhdg is just a text
management which is visible at a time of query, SDA, DFU,
etc.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / suju
using ALIAS name we can access the data,but we cannot
access the data using COLHDG.maximum number of COLHDG for a
particular field is 3.
| Is This Answer Correct ? | 11 Yes | 3 No |
Answer / viney
both give a meaning 2 d fld..while colhdg just gives a
heading to d fiels name represented in quotes.......alias
gives an alternate name 2 d field...this name given in
alias can also be used 2 search d variable...if required
| Is This Answer Correct ? | 1 Yes | 0 No |
I had created one physical file tell me command to enter data in to?
How to know the perticular record in pf with out reading?
In a CL Program after executing a SQL SP how to receive a Output value from the SP. Just to make it clear I am sending 2 input and 1 output parameter to the SQL Stored Procedure. Now while receiving it output parm it is failing.
CRTDTA AND CRTARA should be used along with?
what is general and type of general
How many maximum record format a logical file have?
In how many ways we can create a logical file?`
How to read a PF in reverse(from last rec to first) using CL?
What is the interactive job? What is the batch job? How to change the batch job to interactive job?
how can we write LF using flatfile.
can we concate fileds in physical file? If yes how can we do?
There are six records in a file and we are going to update that records and used commit operation when it complete the update but suppose when it updating the third record,a error occured and operation failed.Is previously two records will be update or whole operation will be rollback? Please confirm it.