what are the working storage fields in BMS macro?
Answers were Sorted based on User's Feedback
Answer / praveen c
field+I -input
field+O -output
field+F -flag
field+A -attribute
field+L -length
| Is This Answer Correct ? | 0 Yes | 0 No |
field+I - input
field+o - output
field+f - flag
field+a - attribute
field+l - length
| Is This Answer Correct ? | 0 Yes | 0 No |
how many bytes does s9(7)COMP-3 field occupies?
What is the file organization clause ?
How to read records from flat file in reverse order through COBOL program?
14 Answers Accenture, Broadridge, IBM, MAT, Polaris, SPIC, Syntel, TCS, Wipro,
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
i want all ERRORS codes in COBOL ,JCL,VSAM ,DB2,CICS
I know my query will return more than one row but I don't want cursor what should I do?
in the TIME parameter we r giving hours r minutes
When the working storage variables get allocated? a.At Compile time b.At starting of the run time c.At end of the run time. d.None of these
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
What are various search techniques in cobol? Explain.
How to read a record from bottom of a file which is indexed by 'A'.
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.