Latest Answer: Let us take an example:Total no.of Items = 50 (MAX-ITEM)Total no.of items per page = 8 (PG-ITEM)So, initially display should start with item number one. Whenever you come to the scroll screen display the first 8 items and display page down key alone.User ...
Latest Answer: While you want execute a program inside a procedure we can use Exec Pgm=N1233am i right ...
Latest Answer: JCLLIB is default search libraray for all jobsteps in the job.it shold be coded immediately after JOB statement. ...
My CICS Screen looks like this. Enter Notes Print/No Print ___________________ N ___________________ N ___________________ N ___________________ N ___________________ N ___________________ N ___________________ N This is an existing screen, Whenever i type on the notes field, once it reaches to the end of the line it skips to print field and if we type any thing there it will skip to second line of the notes field. My requirement is: 1. If i type data until end of the notes
Can i call 5 pgms using static call n 3 pgms using dynamic call in a single pgm, if then how many load modules will be there? What about the compiler option(parm)to use?
Latest Answer: In a static call, the call is done using a literal. Compiler option is NODYNAMIn a dynamic call, the call is done using variable. Compiler option is DYNAM ...
Latest Answer: DBRM is not a step in anything; it's one of the outputs of the precompiler.An RDBMS is based on Codd's Relational Model, which is simply the concept of a relation in mathematics. ...
Latest Answer: If we put non numeric values insted of numeric value then we will get s0c7 ...
Latest Answer: COMMAND IS JUSTMAPME*&# ...
I have one view which is derived from the table "A" and table"B". can i delete a row from this view? and after deleting what will be the data of table A and B?
View page << Previous 1 2 3 4 [5] 6 Next >>

Go Top