which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
No Answer is Posted For this Question
Be the First to Post Answer
How do we get current date from system with century?
what is label record is standard or omitted in file description of data division?
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
What is the point of the REPLACING option of a copy statement?
s9(18) comp-3:: What is the size of memory it takes internally?
In the JCL, how do you define the files referred to in a subroutine ?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Sending data is aplhabetic size 7 (value 3000), I wantated this value to be stored in database, which is defined as s9(7)v9(2)comp-3.
why we are using set in searchall?
Hi, My interviewer ask A calls B and C calls B, a and b are static c and b are dynamic.what happens if they compile and execute at same time.
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
how will u retreive value from a table.write it with syntex. 01 ws-table 05 ws-table1 occurs 10 times. 05 ws-table2 occurs 10 times. the above is 2 dimensional array..how will u retrieve 1st element of an array