hi dudes.....can any one help me.....
what is SET TO TRUE all about,anyway?
Level 88 variables which are conditional variables, will
have values which will be either true or false.
Like if you have condition that at the end of file set a
flag to true then you can declare level 88 variable which
will be set to true or will have a value 'Y'(declared value
for the variable) as soon as the file does not have any more
records.
05 WS-FLAG
88 WS-END_OF_FIlE Value 'Y'
88 WS-NOT_END_OF_FILE Value 'N'
Here when you say set WS-FLAG to true then it will
automatically get value 'Y', which shows end of the file.
| Is This Answer Correct ? | 6 Yes | 0 No |
how to transfer the file from pc to mainframe??
subscript and index r not coded in u r application program what will happen?
What are VS COBOL 11 special features?
What is the compute verb? How is it used?
HI THIS IS ANIL. HOW TO PASS A RECORDS OF A FILE(PS OR PDS) TO AN ARRAY?
how to convert the recors form vsam file to db2 table tru file aid
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
what is linkcard in cobol?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
How many bytes will be allocated for the following record description entries? 01 REC-A. 05 A PIC S9(4). 05 B PIC XXXBXXX. 05 C PIC ____9.99. 05 D PIC S9(5) COMP-3. 05 E PIC 9(3) COMP.
16 Answers IBM, TCS,
plz,could any one tell me? what about EBCDIC in cobol?briefly?