How to get cursor position from system in CICS environment ?
Answer Posted / harsha
1 Divide EIBCPOSN by 80.
2 Save the Quotient. Add 1 to it to get the ROW.
3 Remainder will be your column number.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
Which dd parameters are required?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
How to override loadlib?
how JCL works?
How to submit a jcl from cics?
What is jcl in mainframe?
What dd statement is used to supply the name of a dataset?
What are hierarchy levels in jcl?
List in order the hierarchical levels of jcl?
What is the format of comment statement?
what operation is performed by job statement?
Explain the function of a dd statement?
what is a jcl?
How does the jcl specify the job to os?