what is the difference between sflclr and sflinz?
Answer / neha nimesh
SFLCLR : It clears the subfile.
SFLINZ : First it clears the subfile and initiliazing the numeric variables with zeros and alphanumeric variables with characters.
| Is This Answer Correct ? | 0 Yes | 0 No |
What Does 'sr' In Columns 7-8 Of C Specs Mean?
In which specification can a report layout be defined ?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
1) Can we declare a Display file in CL? 2) How many no. of files can be declared in a CL? 3) What is Non-Join Logical file and its importance?
how to read database records without locking them?
Define a Batch Job?
How can we sort an array?
list some of the commonly used commands for debugging?
what is a join logical file?
I have to execute 12000 CL Commands one by one.. So, I have created a file called COMMAND. This file has only 1 field called STRING. This file had 12000 records, and all these records are CL Commands (ex: CALL PGM(PGM1)), etc) I have written a CL which will read all the record and do sbmjob.. But it is not working... Plz help me to exexute all these 12000 commands..
what is xfoot opcode ?
HOW CAN WE ENTIRE OBJECTS& IT'S TYPE IN PGM?