What is the difference between Global and External Variables?
No Answer is Posted For this Question
Be the First to Post Answer
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
How can we pass data from cobol to JCl?
I have two questions here. 1. How to read a flat file in reverse order? 2. How to read a VSAM KSDS file in reverse order? In both the cases we donot know the total number of records.
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
Can JUSTIFIED be used for all the data types?
Can we put move statement in COBOL copybook
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
what is rediffine clause?in what situation it can use?give me real time example?
DATAONLY, MAPONLY functionality?
What is rmode(any) ?
How do u find the programs calling the given module, without having doing 3.13 on loadlib/source library?
01 xxx pic 9(4). 01 yyy pic 9(6). move 123456 into yyy. move yyy to xxx. display yyy. what would be the value of yyy