[{"data":1,"prerenderedAt":1784},["Reactive",2],{"$2rKt39NLoP":3,"$rJeHEaTi23":44,"$pvlFnLIETK":53,"$peAOkyx5R9":74,"$Jw2NwQfRzY":565},{"title":4,"content":5,"toc":6,"section":35},"Support Summary","\u003Cp>The Dependencies tool supports three mainframe job scheduler types: Control-M (BMC Software), CA-7 (Broadcom), and TWS/IWS (IBM Tivoli Workload Scheduler). This documentation summarizes the supported features for each scheduler, including file format parsing, task identification, unconditional and conditional task chaining, JCL/program linking, and dependency edge types.&nbsp;\u003C/p>\u003Cp>Throughout this documentation, the term \"task\" refers to a scheduled task defined in the scheduler, to avoid confusion with JCL jobs.&nbsp;\u003C/p>\u003Cp>For detailed documentation on each scheduler, see the dedicated pages:\u003C/p>\u003Cul>\u003Cli>\u003Ca href=\"/docs/codebase-dependencies-languages-scheduler-ca7\">CA-7\u003C/a>\u003C/li>\u003Cli>\u003Ca href=\"codebase-dependencies-languages-scheduler-control-m\" target=\"_blank\" rel=\"noopener noreferrer\">Control-M\u003C/a>\u003C/li>\u003Cli>\u003Ca href=\"codebase-dependencies-languages-scheduler-tws\" target=\"_blank\" rel=\"noopener noreferrer\">TWS/IWS\u003C/a>\u003C/li>\u003C/ul>\u003Ch2 id=\"task-identification\">Task Identification\u003C/h2>\u003Cfigure class=\"table\">\u003Ctable>\u003Ctbody>\u003Ctr>\u003Ctd>\u003Cstrong>Feature\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>Control-M\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>CA7\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>TWS/IWS\u003C/strong>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Task name\u003C/td>\u003Ctd>\u003Ccode>JOBNAME\u003C/code> attribute\u003C/td>\u003Ctd>\u003Ccode>JOB NAME\u003C/code> column\u003C/td>\u003Ctd>\u003Ccode>JOBN\u003C/code> attribute\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Task sequence number\u003C/td>\u003Ctd>\u003Ccode>JOBISN\u003C/code> attribute\u003C/td>\u003Ctd>SCHID\u003C/td>\u003Ctd>\u003Ccode>OPNO\u003C/code> attribute\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Unique task name format\u003C/td>\u003Ctd>\u003Ccode>ParentId-JOBISN-JOBNAME-file\u003C/code>\u003C/td>\u003Ctd>\u003Ccode>JOBNAME-SCHID-file\u003C/code>\u003C/td>\u003Ctd>\u003Ccode>ParentId-JOBN-file\u003C/code>\u003C/td>\u003C/tr>\u003C/tbody>\u003C/table>\u003C/figure>\u003Ch2 id=\"task-types\">Task Types\u003C/h2>\u003Cfigure class=\"table\">\u003Ctable>\u003Ctbody>\u003Ctr>\u003Ctd>\u003Cstrong>Feature\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>Control-M\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>CA7\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>TWS/IWS\u003C/strong>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Batch task (JCL execution)\u003C/td>\u003Ctd>\u003Ccode>TASKTYPE=\"Job\"\u003C/code> with \u003Ccode>MEMNAME\u003C/code>\u003C/td>\u003Ctd>\u003Ccode>JOB NAME\u003C/code> column\u003C/td>\u003Ctd>\u003Ccode>JOBN\u003C/code> attribute\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Command execution\u003C/td>\u003Ctd>\u003Ccode>TASKTYPE=\"Command\"\u003C/code> with \u003Ccode>CMDLINE\u003C/code>\u003C/td>\u003Ctd>Not supported\u003C/td>\u003Ctd>Not supported\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Folder / group definition\u003C/td>\u003Ctd>\u003Ccode>TASKTYPE=\"SMART Table\"\u003C/code>\u003C/td>\u003Ctd>Not supported\u003C/td>\u003Ctd>Not supported\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Placeholder / dummy task\u003C/td>\u003Ctd>\u003Ccode>TASKTYPE=\"Dummy\"\u003C/code>\u003C/td>\u003Ctd>Not supported\u003C/td>\u003Ctd>Sentinel \u003Ccode>WSID(ON/OFF)\u003C/code>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Distributed agent task\u003C/td>\u003Ctd>Not supported\u003C/td>\u003Ctd>Not supported\u003C/td>\u003Ctd>\u003Ccode>JOBREC\u003C/code> block\u003C/td>\u003C/tr>\u003C/tbody>\u003C/table>\u003C/figure>\u003Ch2 id=\"jcl-and-program-linking\">JCL and Program Linking\u003C/h2>\u003Cfigure class=\"table\">\u003Ctable>\u003Ctbody>\u003Ctr>\u003Ctd>\u003Cstrong>Feature\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>Control-M\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>CA7\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>TWS/IWS\u003C/strong>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>JCL member link\u003C/td>\u003Ctd>\u003Ccode>MEMNAME\u003C/code> / \u003Ccode>MEMBER_NAME\u003C/code>\u003C/td>\u003Ctd>\u003Ccode>JCL MEMBER\u003C/code> column\u003C/td>\u003Ctd>\u003Ccode>JOBN\u003C/code> (implicit) or \u003Ccode>SCRIPTNAME\u003C/code>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Program execution link\u003C/td>\u003Ctd>\u003Ccode>CMDLINE\u003C/code> (CALL PGM syntax)\u003C/td>\u003Ctd>Not supported\u003C/td>\u003Ctd>\u003Ccode>JOBCMD\u003C/code> or \u003Ccode>DOCOMMAND\u003C/code>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>PROC execution link\u003C/td>\u003Ctd>\u003Ccode>CMDLINE\u003C/code> (CALL PROC syntax)\u003C/td>\u003Ctd>Not supported\u003C/td>\u003Ctd>Not supported\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Variable / parameterization\u003C/td>\u003Ctd>\u003Ccode>VARIABLE\u003C/code> tag (\u003Ccode>%%VAR\u003C/code>)\u003C/td>\u003Ctd>Not supported\u003C/td>\u003Ctd>Not supported\u003C/td>\u003C/tr>\u003C/tbody>\u003C/table>\u003C/figure>\u003Ch2 id=\"unconditional-link-task-to-task\">Unconditional Link (Task-to-Task)\u003C/h2>\u003Cfigure class=\"table\">\u003Ctable>\u003Ctbody>\u003Ctr>\u003Ctd>\u003Cstrong>Feature\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>Control-M\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>CA7\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>TWS/IWS\u003C/strong>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Chaining mechanism\u003C/td>\u003Ctd>\u003Ccode>OUTCOND/INCOND\u003C/code> condition matching\u003C/td>\u003Ctd>\u003Ccode>TRIGGERED JOBS\u003C/code> / \u003Ccode>TRIGGERED BY\u003C/code> sections\u003C/td>\u003Ctd>\u003Ccode>PREJOBN\u003C/code> / \u003Ccode>PREOPNO\u003C/code> / \u003Ccode>ADDEP\u003C/code> predecessor declarations\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Forward trigger (task A triggers task B)\u003C/td>\u003Ctd>\u003Ccode>OUTCOND SIGN=\"+\"\u003C/code> on A, \u003Ccode>INCOND\u003C/code> on B\u003C/td>\u003Ctd>\u003Ccode>TRIGGERED JOBS\u003C/code> section\u003C/td>\u003Ctd>\u003Ccode>PREJOBN\u003C/code> or \u003Ccode>PREOPNO\u003C/code> in ADOP/ADDEP\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Reverse trigger (task B triggered by task A)\u003C/td>\u003Ctd>Same as forward (\u003Ccode>OUTCOND/INCOND\u003C/code>)\u003C/td>\u003Ctd>\u003Ccode>TRIGGERED BY\u003C/code> section\u003C/td>\u003Ctd>\u003Ccode>ADDEP\u003C/code> with \u003Ccode>PREJOBN\u003C/code> or \u003Ccode>PREOPNO\u003C/code>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>\u003Ccode>schedulerDependencyType\u003C/code> property value\u003C/td>\u003Ctd>\u003Ccode>\"UNCONDITIONAL\"\u003C/code>\u003C/td>\u003Ctd>\u003Ccode>\"UNCONDITIONAL\"\u003C/code>\u003C/td>\u003Ctd>\u003Ccode>\"UNCONDITIONAL\"\u003C/code>\u003C/td>\u003C/tr>\u003C/tbody>\u003C/table>\u003C/figure>\u003Ch2 id=\"conditional-link-task-to-task\">Conditional Link (Task-to-Task)\u003C/h2>\u003Cp>CA-7 does not support conditional links. Only Control-M and TWS/IWS are covered in this section.\u003C/p>\u003Cfigure class=\"table\">\u003Ctable>\u003Ctbody>\u003Ctr>\u003Ctd>\u003Cstrong>Feature\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>Control-M\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>TWS/IWS\u003C/strong>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Condition mechanism\u003C/td>\u003Ctd>ON/DO blocks (COMPSTAT return code)\u003C/td>\u003Ctd>ADCNC / ADCNS blocks\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Condition based on return code\u003C/td>\u003Ctd>\u003Ccode>DOCOND SIGN=\"+\"\u003C/code> inside ON block\u003C/td>\u003Ctd>\u003Ccode>ADCNS CHECK(RC)\u003C/code> with LOGIC operator\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Condition based on task status\u003C/td>\u003Ctd>Not applicable\u003C/td>\u003Ctd>\u003Ccode>ADCNS CHECK(ST)\u003C/code> with LOGIC operator\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Forced task execution on condition\u003C/td>\u003Ctd>\u003Ccode>DOFORCEJOB\u003C/code> inside ON block\u003C/td>\u003Ctd>Not applicable\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Dependency description format\u003C/td>\u003Ctd>\u003Ccode>DOCOND:condition\u003C/code> or \u003Ccode>DOFORCEJOB:job\u003C/code>\u003C/td>\u003Ctd>\u003Ccode>ADCNS:CHECK:LOGIC:VALUE\u003C/code>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>\u003Ccode>schedulerDependencyType\u003C/code> property value\u003C/td>\u003Ctd>\u003Ccode>\"UNCONDITIONAL\"\u003C/code>\u003C/td>\u003Ctd>\u003Ccode>\"UNCONDITIONAL\"\u003C/code>\u003C/td>\u003C/tr>\u003C/tbody>\u003C/table>\u003C/figure>\u003Ch2 id=\"missing-dependencies\">Missing Dependencies\u003C/h2>\u003Cp>When a forward or reverse trigger references a task that is not found, a missing dependency edge is created. The link points to a missing node with the UNCONDITIONAL \u003Ccode>schedulerDependencyType\u003C/code> value. This applies to all three schedulers. For Control-M only, when a conditional target (DOCOND or DOFORCEJOB) points to a missing node, the edge retains the CONDITIONAL \u003Ccode>schedulerDependencyType\u003C/code> value.\u003C/p>\u003Ch2 id=\"dependency-edge-types\">Dependency Edge Types\u003C/h2>\u003Cfigure class=\"table\">\u003Ctable>\u003Ctbody>\u003Ctr>\u003Ctd>\u003Cstrong>Feature\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>Control-M\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>CA7\u003C/strong>\u003C/td>\u003Ctd>\u003Cstrong>TWS/IWS\u003C/strong>\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Exec Next Scheduled Task\u003C/td>\u003Ctd>Yes\u003C/td>\u003Ctd>Yes\u003C/td>\u003Ctd>Yes\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Exec Prev Scheduled Task\u003C/td>\u003Ctd>Yes\u003C/td>\u003Ctd>Yes\u003C/td>\u003Ctd>Yes\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Exec JCL\u003C/td>\u003Ctd>Yes\u003C/td>\u003Ctd>Yes\u003C/td>\u003Ctd>Yes\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Exec Program\u003C/td>\u003Ctd>Yes\u003C/td>\u003Ctd>Not supported\u003C/td>\u003Ctd>Yes\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Exec PROC\u003C/td>\u003Ctd>Yes\u003C/td>\u003Ctd>Not supported\u003C/td>\u003Ctd>Not supported\u003C/td>\u003C/tr>\u003Ctr>\u003Ctd>Define SCHEDULED_TASK\u003C/td>\u003Ctd>Yes\u003C/td>\u003Ctd>Yes\u003C/td>\u003Ctd>Yes\u003C/td>\u003C/tr>\u003C/tbody>\u003C/table>\u003C/figure>",[7,11,15,19,23,27,31],{"title":8,"anchor":9,"children":10},"Task Identification","#task-identification",[],{"title":12,"anchor":13,"children":14},"Task Types","#task-types",[],{"title":16,"anchor":17,"children":18},"JCL and Program Linking","#jcl-and-program-linking",[],{"title":20,"anchor":21,"children":22},"Unconditional Link (Task-to-Task)","#unconditional-link-task-to-task",[],{"title":24,"anchor":25,"children":26},"Conditional Link (Task-to-Task)","#conditional-link-task-to-task",[],{"title":28,"anchor":29,"children":30},"Missing Dependencies","#missing-dependencies",[],{"title":32,"anchor":33,"children":34},"Dependency Edge Types","#dependency-edge-types",[],{"data":36},{"id":37,"attributes":38},58,{"name":39,"order":40,"createdAt":41,"updatedAt":42,"publishedAt":43},"Scheduler",1,"2026-04-23T12:44:48.462Z","2026-04-23T12:44:55.557Z","2026-04-23T12:44:55.553Z",{"previous":-1,"next":45},{"id":46,"title":47,"slug":48,"order":49,"section":50},194,"CA7","codebase-dependencies-languages-scheduler-ca7",2,{"data":51},{"id":37,"attributes":52},{"name":39,"order":40,"createdAt":41,"updatedAt":42,"publishedAt":43},{"id":54,"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58,"parent":59,"illustration":61},28,"AWS Transform for mainframe refactor","2023-11-20T08:17:09.011Z","2026-02-09T14:30:50.610Z","2023-11-20T08:17:19.855Z",{"data":60},null,{"data":62},{"id":63,"attributes":64},859,{"name":65,"alternativeText":60,"caption":60,"width":66,"height":66,"formats":60,"hash":67,"ext":68,"mime":69,"size":70,"url":71,"previewUrl":60,"provider":72,"provider_metadata":60,"createdAt":73,"updatedAt":73},"atxrefactorlogo-small.svg",100,"atxrefactorlogo_small_0547b31374",".svg","image/svg+xml",2.89,"/uploads/atxrefactorlogo_small_0547b31374.svg","local","2026-02-09T14:28:04.227Z",[75,84,91,101,111,120,129,139,148,158,168,176,185,194,203,211,219,227,237,247,255,262,281,286,302,318,328,338,348,356,364,374,382,413,423,433,442,452,470,480,490,500,510,520,530,540,550,555],{"id":40,"name":76,"order":40,"createdAt":77,"updatedAt":78,"publishedAt":79,"parent":80,"illustration":83},"Quick Start","2023-06-26T15:50:53.431Z","2023-11-20T10:44:24.608Z","2023-06-26T15:50:53.430Z",{"data":81},{"id":54,"attributes":82},{"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58},{"data":60},{"id":49,"name":85,"order":40,"createdAt":86,"updatedAt":86,"publishedAt":86,"parent":87,"illustration":90},"My Stuff","2023-06-26T15:50:53.435Z",{"data":88},{"id":40,"attributes":89},{"name":76,"order":40,"createdAt":77,"updatedAt":78,"publishedAt":79},{"data":60},{"id":92,"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96,"parent":97,"illustration":100},3,"Codebase","2023-06-26T15:50:53.440Z","2023-11-20T10:44:37.833Z","2023-06-26T15:50:53.439Z",{"data":98},{"id":54,"attributes":99},{"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58},{"data":60},{"id":102,"name":103,"order":104,"createdAt":105,"updatedAt":105,"publishedAt":106,"parent":107,"illustration":110},4,"Assets",14,"2023-06-26T15:50:53.445Z","2023-06-26T15:50:53.444Z",{"data":108},{"id":92,"attributes":109},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"data":60},{"id":112,"name":113,"order":114,"createdAt":115,"updatedAt":115,"publishedAt":115,"parent":116,"illustration":119},5,"Classification",15,"2023-06-26T15:50:53.449Z",{"data":117},{"id":92,"attributes":118},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"data":60},{"id":121,"name":122,"order":123,"createdAt":124,"updatedAt":124,"publishedAt":124,"parent":125,"illustration":128},6,"Dependencies",16,"2023-06-26T15:50:53.454Z",{"data":126},{"id":92,"attributes":127},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"data":60},{"id":130,"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134,"parent":135,"illustration":138},7,"Languages",17,"2023-06-26T15:50:53.461Z","2023-06-26T15:50:53.460Z",{"data":136},{"id":121,"attributes":137},{"name":122,"order":123,"createdAt":124,"updatedAt":124,"publishedAt":124},{"data":60},{"id":140,"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143,"parent":144,"illustration":147},8,"Mainframe",18,"2023-06-26T15:50:53.469Z",{"data":145},{"id":130,"attributes":146},{"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134},{"data":60},{"id":149,"name":150,"order":151,"createdAt":152,"updatedAt":152,"publishedAt":153,"parent":154,"illustration":157},9,"Extractions",19,"2023-06-26T15:50:53.474Z","2023-06-26T15:50:53.473Z",{"data":155},{"id":92,"attributes":156},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"data":60},{"id":159,"name":160,"order":161,"createdAt":162,"updatedAt":162,"publishedAt":163,"parent":164,"illustration":167},10,"Management",20,"2023-06-26T15:50:53.478Z","2023-06-26T15:50:53.477Z",{"data":165},{"id":92,"attributes":166},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"data":60},{"id":169,"name":85,"order":170,"createdAt":171,"updatedAt":171,"publishedAt":171,"parent":172,"illustration":175},11,21,"2023-06-26T15:50:53.482Z",{"data":173},{"id":92,"attributes":174},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"data":60},{"id":177,"name":178,"order":179,"createdAt":180,"updatedAt":180,"publishedAt":180,"parent":181,"illustration":184},12,"Settings",22,"2023-06-26T15:50:53.487Z",{"data":182},{"id":92,"attributes":183},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"data":60},{"id":114,"name":186,"order":121,"createdAt":187,"updatedAt":188,"publishedAt":189,"parent":190,"illustration":193},"Versions Manager","2023-06-26T15:50:53.501Z","2023-11-20T10:45:26.574Z","2023-06-26T15:50:53.500Z",{"data":191},{"id":54,"attributes":192},{"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58},{"data":60},{"id":151,"name":195,"order":149,"createdAt":196,"updatedAt":197,"publishedAt":198,"parent":199,"illustration":202},"System Utilities","2023-06-26T15:50:53.523Z","2023-11-20T10:46:09.802Z","2023-06-26T15:50:53.522Z",{"data":200},{"id":54,"attributes":201},{"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58},{"data":60},{"id":161,"name":204,"order":159,"createdAt":205,"updatedAt":206,"publishedAt":205,"parent":207,"illustration":210},"Secured Spaces","2023-06-26T15:50:53.527Z","2023-11-20T10:46:19.365Z",{"data":208},{"id":54,"attributes":209},{"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58},{"data":60},{"id":170,"name":212,"order":169,"createdAt":213,"updatedAt":214,"publishedAt":213,"parent":215,"illustration":218},"Transformation Center","2023-06-26T15:50:53.532Z","2023-11-20T10:46:28.664Z",{"data":216},{"id":54,"attributes":217},{"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58},{"data":60},{"id":179,"name":220,"order":40,"createdAt":221,"updatedAt":221,"publishedAt":222,"parent":223,"illustration":226},"Inputs","2023-06-26T15:50:53.538Z","2023-06-26T15:50:53.537Z",{"data":224},{"id":170,"attributes":225},{"name":212,"order":169,"createdAt":213,"updatedAt":214,"publishedAt":213},{"data":60},{"id":228,"name":229,"order":49,"createdAt":230,"updatedAt":231,"publishedAt":232,"parent":233,"illustration":236},23,"Transform","2023-06-26T15:50:53.544Z","2026-03-02T05:57:00.921Z","2023-06-26T15:50:53.543Z",{"data":234},{"id":170,"attributes":235},{"name":212,"order":169,"createdAt":213,"updatedAt":214,"publishedAt":213},{"data":60},{"id":238,"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241,"parent":243,"illustration":246},24,"FAQ",13,"2023-06-26T15:50:53.550Z","2025-01-22T13:24:15.829Z",{"data":244},{"id":54,"attributes":245},{"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58},{"data":60},{"id":248,"name":93,"order":49,"createdAt":249,"updatedAt":249,"publishedAt":250,"parent":251,"illustration":254},25,"2023-06-26T15:50:53.556Z","2023-06-26T15:50:53.555Z",{"data":252},{"id":238,"attributes":253},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"data":60},{"id":256,"name":212,"order":92,"createdAt":257,"updatedAt":257,"publishedAt":257,"parent":258,"illustration":261},26,"2023-06-26T15:50:53.560Z",{"data":259},{"id":238,"attributes":260},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"data":60},{"id":263,"name":264,"order":49,"createdAt":265,"updatedAt":266,"publishedAt":267,"parent":268,"illustration":269},27,"Terminals","2023-09-25T15:13:37.444Z","2023-11-27T16:48:37.421Z","2023-09-25T15:14:00.088Z",{"data":60},{"data":270},{"id":271,"attributes":272},512,{"name":273,"alternativeText":60,"caption":60,"width":274,"height":274,"formats":60,"hash":275,"ext":276,"mime":277,"size":278,"url":279,"previewUrl":60,"provider":72,"provider_metadata":60,"createdAt":280,"updatedAt":280},"terminals.png",96,"terminals_c75070d253",".png","image/png",0.69,"/uploads/terminals_c75070d253.png","2023-11-27T16:48:25.157Z",{"id":54,"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58,"parent":282,"illustration":283},{"data":60},{"data":284},{"id":63,"attributes":285},{"name":65,"alternativeText":60,"caption":60,"width":66,"height":66,"formats":60,"hash":67,"ext":68,"mime":69,"size":70,"url":71,"previewUrl":60,"provider":72,"provider_metadata":60,"createdAt":73,"updatedAt":73},{"id":287,"name":288,"order":112,"createdAt":289,"updatedAt":290,"publishedAt":291,"parent":292,"illustration":293},29,"Compare Tool","2023-11-20T08:17:29.993Z","2023-11-27T16:52:32.999Z","2023-11-20T08:17:47.161Z",{"data":60},{"data":294},{"id":295,"attributes":296},513,{"name":297,"alternativeText":60,"caption":60,"width":274,"height":274,"formats":60,"hash":298,"ext":276,"mime":277,"size":299,"url":300,"previewUrl":60,"provider":72,"provider_metadata":60,"createdAt":301,"updatedAt":301},"comparetool.png","comparetool_a3ff4f885f",0.9,"/uploads/comparetool_a3ff4f885f.png","2023-11-27T16:52:30.934Z",{"id":303,"name":304,"order":102,"createdAt":305,"updatedAt":306,"publishedAt":307,"parent":308,"illustration":309},30,"Data Migrator","2023-11-20T08:17:39.967Z","2023-11-27T18:54:11.214Z","2023-11-20T08:17:40.811Z",{"data":60},{"data":310},{"id":311,"attributes":312},514,{"name":313,"alternativeText":60,"caption":60,"width":274,"height":274,"formats":60,"hash":314,"ext":276,"mime":277,"size":315,"url":316,"previewUrl":60,"provider":72,"provider_metadata":60,"createdAt":317,"updatedAt":317},"data-migrator.png","data_migrator_33bbf672e8",0.97,"/uploads/data_migrator_33bbf672e8.png","2023-11-27T16:57:15.889Z",{"id":319,"name":320,"order":40,"createdAt":321,"updatedAt":322,"publishedAt":323,"parent":324,"illustration":327},32,"Comparisons","2023-11-28T13:54:11.684Z","2023-11-28T15:24:37.434Z","2023-11-28T14:49:13.555Z",{"data":325},{"id":287,"attributes":326},{"name":288,"order":112,"createdAt":289,"updatedAt":290,"publishedAt":291},{"data":60},{"id":329,"name":330,"order":177,"createdAt":331,"updatedAt":332,"publishedAt":333,"parent":334,"illustration":337},35,"Toolbox","2023-12-21T10:41:07.961Z","2026-03-05T15:17:00.268Z","2023-12-21T10:41:26.458Z",{"data":335},{"id":54,"attributes":336},{"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58},{"data":60},{"id":339,"name":340,"order":40,"createdAt":341,"updatedAt":342,"publishedAt":343,"parent":344,"illustration":347},37,"Account","2023-12-29T15:44:49.121Z","2023-12-29T15:47:20.435Z","2023-12-29T15:46:27.010Z",{"data":345},{"id":238,"attributes":346},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"data":60},{"id":349,"name":350,"order":130,"createdAt":351,"updatedAt":352,"publishedAt":353,"parent":354,"illustration":355},38,"AWS Blu Age Runtime","2024-02-07T15:17:36.040Z","2025-09-18T14:27:47.773Z","2025-09-18T14:27:47.770Z",{"data":60},{"data":60},{"id":357,"name":358,"order":140,"createdAt":359,"updatedAt":360,"publishedAt":361,"parent":362,"illustration":363},39,"Blu Age Refactoring Tool","2024-02-08T16:18:18.594Z","2024-02-08T16:19:26.523Z","2024-02-08T16:19:26.520Z",{"data":60},{"data":60},{"id":365,"name":366,"order":49,"createdAt":367,"updatedAt":368,"publishedAt":369,"parent":370,"illustration":373},40,"Release","2024-03-18T14:45:05.158Z","2025-04-08T08:58:57.996Z","2024-06-24T11:34:42.987Z",{"data":371},{"id":287,"attributes":372},{"name":288,"order":112,"createdAt":289,"updatedAt":290,"publishedAt":291},{"data":60},{"id":375,"name":366,"order":102,"createdAt":376,"updatedAt":377,"publishedAt":369,"parent":378,"illustration":381},41,"2024-03-18T14:45:59.776Z","2025-02-24T09:50:39.647Z",{"data":379},{"id":303,"attributes":380},{"name":304,"order":102,"createdAt":305,"updatedAt":306,"publishedAt":307},{"data":60},{"id":383,"name":384,"order":49,"createdAt":385,"updatedAt":386,"publishedAt":369,"parent":387,"illustration":390},43,"Generative AI","2024-06-11T13:55:19.398Z","2024-06-24T10:14:00.993Z",{"data":388},{"id":54,"attributes":389},{"name":55,"order":40,"createdAt":56,"updatedAt":57,"publishedAt":58},{"data":391},{"id":392,"attributes":393},602,{"name":394,"alternativeText":60,"caption":60,"width":271,"height":271,"formats":395,"hash":408,"ext":276,"mime":277,"size":409,"url":410,"previewUrl":60,"provider":72,"provider_metadata":60,"createdAt":411,"updatedAt":412},"ai.png",{"thumbnail":396,"small":402},{"name":397,"hash":398,"ext":276,"mime":277,"path":60,"width":399,"height":399,"size":400,"url":401},"thumbnail_ai.png","thumbnail_ai_986808fc07",156,7.77,"/uploads/thumbnail_ai_986808fc07.png",{"name":403,"hash":404,"ext":276,"mime":277,"path":60,"width":405,"height":405,"size":406,"url":407},"small_ai.png","small_ai_986808fc07",500,28.94,"/uploads/small_ai_986808fc07.png","ai_986808fc07",3.94,"/uploads/ai_986808fc07.png","2024-06-10T14:38:54.460Z","2024-06-17T08:39:57.404Z",{"id":414,"name":415,"order":92,"createdAt":416,"updatedAt":417,"publishedAt":418,"parent":419,"illustration":422},44,"Refactoring Toolkit","2025-01-09T15:44:07.662Z","2025-01-24T11:28:35.755Z","2025-01-22T13:32:24.314Z",{"data":420},{"id":170,"attributes":421},{"name":212,"order":169,"createdAt":213,"updatedAt":214,"publishedAt":213},{"data":60},{"id":424,"name":425,"order":49,"createdAt":426,"updatedAt":427,"publishedAt":428,"parent":429,"illustration":432},45,"Additional Features","2025-02-27T14:37:18.210Z","2025-02-27T15:23:16.770Z","2025-02-27T14:39:27.180Z",{"data":430},{"id":303,"attributes":431},{"name":304,"order":102,"createdAt":305,"updatedAt":306,"publishedAt":307},{"data":60},{"id":434,"name":239,"order":92,"createdAt":435,"updatedAt":436,"publishedAt":437,"parent":438,"illustration":441},46,"2025-02-27T14:46:51.915Z","2025-02-27T14:46:57.463Z","2025-02-27T14:46:57.460Z",{"data":439},{"id":303,"attributes":440},{"name":304,"order":102,"createdAt":305,"updatedAt":306,"publishedAt":307},{"data":60},{"id":443,"name":444,"order":40,"createdAt":445,"updatedAt":446,"publishedAt":447,"parent":448,"illustration":451},47,"Migration Steps","2025-02-27T15:23:58.787Z","2025-02-27T15:24:00.491Z","2025-02-27T15:24:00.487Z",{"data":449},{"id":303,"attributes":450},{"name":304,"order":102,"createdAt":305,"updatedAt":306,"publishedAt":307},{"data":60},{"id":453,"name":454,"order":121,"createdAt":455,"updatedAt":456,"publishedAt":457,"parent":458,"illustration":459},48,"AWS Transform for mainframe Standard Delivery Environment (SDE)","2026-01-09T15:36:37.663Z","2026-04-14T14:27:17.281Z","2026-01-23T09:20:10.689Z",{"data":60},{"data":460},{"id":461,"attributes":462},1294,{"name":463,"alternativeText":60,"caption":60,"width":274,"height":464,"formats":60,"hash":465,"ext":276,"mime":277,"size":466,"url":467,"previewUrl":60,"provider":72,"provider_metadata":60,"createdAt":468,"updatedAt":469},"aws-sde-logo_96.png",97,"aws_sde_logo_96_c77cf06916",1.48,"/uploads/aws_sde_logo_96_c77cf06916.png","2026-02-27T16:44:27.419Z","2026-03-10T15:50:26.490Z",{"id":471,"name":472,"order":40,"createdAt":473,"updatedAt":474,"publishedAt":475,"parent":476,"illustration":479},49,"AWS Transform for mainframe SDE","2026-01-23T10:21:53.936Z","2026-04-14T14:27:05.634Z","2026-01-23T10:21:55.379Z",{"data":477},{"id":453,"attributes":478},{"name":454,"order":121,"createdAt":455,"updatedAt":456,"publishedAt":457},{"data":60},{"id":481,"name":482,"order":92,"createdAt":483,"updatedAt":484,"publishedAt":485,"parent":486,"illustration":489},50,"SDE DevOps Setup (DOS)","2026-01-23T10:36:29.730Z","2026-04-14T14:23:55.318Z","2026-01-23T10:37:45.598Z",{"data":487},{"id":453,"attributes":488},{"name":454,"order":121,"createdAt":455,"updatedAt":456,"publishedAt":457},{"data":60},{"id":491,"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495,"parent":496,"illustration":499},51,"SDE DevOps Pipeline (DOP)","2026-01-23T10:42:15.326Z","2026-04-14T14:23:47.401Z","2026-01-23T10:42:16.609Z",{"data":497},{"id":453,"attributes":498},{"name":454,"order":121,"createdAt":455,"updatedAt":456,"publishedAt":457},{"data":60},{"id":501,"name":502,"order":112,"createdAt":503,"updatedAt":504,"publishedAt":505,"parent":506,"illustration":509},52,"SDE Regression Testing Snapshots (RTS)","2026-01-23T10:43:06.046Z","2026-04-14T14:23:39.112Z","2026-01-23T10:43:08.588Z",{"data":507},{"id":453,"attributes":508},{"name":454,"order":121,"createdAt":455,"updatedAt":456,"publishedAt":457},{"data":60},{"id":511,"name":512,"order":149,"createdAt":513,"updatedAt":514,"publishedAt":515,"parent":516,"illustration":519},53,"Release notes","2026-01-23T10:43:54.958Z","2026-04-20T15:27:31.794Z","2026-01-23T10:43:56.315Z",{"data":517},{"id":453,"attributes":518},{"name":454,"order":121,"createdAt":455,"updatedAt":456,"publishedAt":457},{"data":60},{"id":521,"name":522,"order":140,"createdAt":523,"updatedAt":524,"publishedAt":525,"parent":526,"illustration":529},54,"Disclaimer","2026-01-30T09:27:12.638Z","2026-01-30T10:45:19.245Z","2026-01-30T09:27:15.388Z",{"data":527},{"id":453,"attributes":528},{"name":454,"order":121,"createdAt":455,"updatedAt":456,"publishedAt":457},{"data":60},{"id":531,"name":532,"order":121,"createdAt":533,"updatedAt":534,"publishedAt":535,"parent":536,"illustration":539},55,"Security","2026-01-30T10:35:46.861Z","2026-03-26T10:40:28.549Z","2026-01-30T10:35:50.667Z",{"data":537},{"id":453,"attributes":538},{"name":454,"order":121,"createdAt":455,"updatedAt":456,"publishedAt":457},{"data":60},{"id":541,"name":542,"order":49,"createdAt":543,"updatedAt":544,"publishedAt":545,"parent":546,"illustration":549},57,"SDE User guides","2026-01-30T10:53:27.409Z","2026-04-14T14:23:19.425Z","2026-01-30T10:53:28.988Z",{"data":547},{"id":453,"attributes":548},{"name":454,"order":121,"createdAt":455,"updatedAt":456,"publishedAt":457},{"data":60},{"id":37,"name":39,"order":40,"createdAt":41,"updatedAt":42,"publishedAt":43,"parent":551,"illustration":554},{"data":552},{"id":140,"attributes":553},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"data":60},{"id":556,"name":557,"order":102,"createdAt":558,"updatedAt":559,"publishedAt":560,"parent":561,"illustration":564},59,"Bundle","2026-04-24T14:17:08.670Z","2026-04-24T14:17:57.396Z","2026-04-24T14:17:12.337Z",{"data":562},{"id":170,"attributes":563},{"name":212,"order":169,"createdAt":213,"updatedAt":214,"publishedAt":213},{"data":60},[566,572,578,585,592,599,606,613,619,625,631,637,643,649,655,662,669,676,682,688,694,700,707,714,721,729,736,744,752,759,767,773,779,785,791,797,804,810,816,822,828,834,840,846,852,858,864,870,876,882,889,895,901,907,914,921,928,935,940,946,952,958,964,970,976,983,990,997,1003,1008,1015,1021,1028,1035,1042,1049,1056,1061,1067,1073,1078,1084,1090,1095,1100,1105,1111,1118,1125,1132,1139,1146,1153,1160,1167,1174,1181,1187,1193,1200,1207,1214,1221,1228,1235,1242,1249,1256,1263,1269,1276,1282,1288,1295,1301,1307,1313,1319,1326,1333,1339,1346,1353,1360,1367,1373,1380,1387,1394,1401,1407,1414,1420,1427,1434,1441,1448,1455,1462,1469,1476,1483,1490,1497,1504,1511,1517,1523,1529,1536,1543,1547,1554,1560,1567,1574,1581,1588,1595,1602,1609,1616,1623,1629,1636,1643,1650,1657,1664,1671,1678,1685,1691,1697,1703,1709,1716,1723,1730,1737,1744,1750,1757,1764,1771,1777],{"id":40,"title":567,"slug":568,"order":274,"section":569},"Get Started","quick-start-get-started",{"data":570},{"id":40,"attributes":571},{"name":76,"order":40,"createdAt":77,"updatedAt":78,"publishedAt":79},{"id":49,"title":573,"slug":574,"order":464,"section":575},"Refactor Builder","refactor-builder",{"data":576},{"id":40,"attributes":577},{"name":76,"order":40,"createdAt":77,"updatedAt":78,"publishedAt":79},{"id":121,"title":579,"slug":580,"order":581,"section":582},"Documents","quick-start-documents",101,{"data":583},{"id":40,"attributes":584},{"name":76,"order":40,"createdAt":77,"updatedAt":78,"publishedAt":79},{"id":130,"title":586,"slug":587,"order":588,"section":589},"My Dashboard","quick-start-my-dashboard",102,{"data":590},{"id":40,"attributes":591},{"name":76,"order":40,"createdAt":77,"updatedAt":78,"publishedAt":79},{"id":140,"title":593,"slug":594,"order":595,"section":596},"Schedule","quick-start-schedule",103,{"data":597},{"id":40,"attributes":598},{"name":76,"order":40,"createdAt":77,"updatedAt":78,"publishedAt":79},{"id":169,"title":600,"slug":601,"order":602,"section":603},"Notifications","quick-start-my-stuff-notifications",94,{"data":604},{"id":49,"attributes":605},{"name":85,"order":40,"createdAt":86,"updatedAt":86,"publishedAt":86},{"id":177,"title":607,"slug":608,"order":609,"section":610},"Dashboards","quick-start-my-stuff-dashboards",95,{"data":611},{"id":49,"attributes":612},{"name":85,"order":40,"createdAt":86,"updatedAt":86,"publishedAt":86},{"id":240,"title":614,"slug":615,"order":40,"section":616},"Create a Project","codebase-create-a-project",{"data":617},{"id":92,"attributes":618},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"id":104,"title":620,"slug":621,"order":49,"section":622},"Cyclomatic Complexity","codebase-cyclomatic-complexity",{"data":623},{"id":92,"attributes":624},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"id":114,"title":626,"slug":627,"order":102,"section":628},"Catch-Up","codebase-catch-up",{"data":629},{"id":92,"attributes":630},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"id":123,"title":632,"slug":633,"order":40,"section":634},"Statistics","codebase-assets-statistics",{"data":635},{"id":102,"attributes":636},{"name":103,"order":104,"createdAt":105,"updatedAt":105,"publishedAt":106},{"id":132,"title":638,"slug":639,"order":49,"section":640},"Files","codebase-assets-files",{"data":641},{"id":102,"attributes":642},{"name":103,"order":104,"createdAt":105,"updatedAt":105,"publishedAt":106},{"id":142,"title":644,"slug":645,"order":92,"section":646},"Homonyms","codebase-assets-homonyms",{"data":647},{"id":102,"attributes":648},{"name":103,"order":104,"createdAt":105,"updatedAt":105,"publishedAt":106},{"id":151,"title":650,"slug":651,"order":102,"section":652},"Workspace","codebase-assets-workspace",{"data":653},{"id":102,"attributes":654},{"name":103,"order":104,"createdAt":105,"updatedAt":105,"publishedAt":106},{"id":161,"title":656,"slug":657,"order":658,"section":659},"Introduction","codebase-classification-introduction",84,{"data":660},{"id":112,"attributes":661},{"name":113,"order":114,"createdAt":115,"updatedAt":115,"publishedAt":115},{"id":170,"title":663,"slug":664,"order":665,"section":666},"Manage Extensions","codebase-classification-manage-extensions",85,{"data":667},{"id":112,"attributes":668},{"name":113,"order":114,"createdAt":115,"updatedAt":115,"publishedAt":115},{"id":179,"title":670,"slug":671,"order":672,"section":673},"Manage Types","codebase-classification-manage-types",86,{"data":674},{"id":112,"attributes":675},{"name":113,"order":114,"createdAt":115,"updatedAt":115,"publishedAt":115},{"id":228,"title":677,"slug":678,"order":40,"section":679},"Visualization and Manipulation","codebase-dependencies-visualization-and-manipulation",{"data":680},{"id":121,"attributes":681},{"name":122,"order":123,"createdAt":124,"updatedAt":124,"publishedAt":124},{"id":238,"title":683,"slug":684,"order":49,"section":685},"Link Types","dependencies-link-types",{"data":686},{"id":121,"attributes":687},{"name":122,"order":123,"createdAt":124,"updatedAt":124,"publishedAt":124},{"id":248,"title":689,"slug":690,"order":102,"section":691},"Missing Labels","dependencies-missing-labels",{"data":692},{"id":121,"attributes":693},{"name":122,"order":123,"createdAt":124,"updatedAt":124,"publishedAt":124},{"id":263,"title":695,"slug":696,"order":121,"section":697},"Show more links","show-more-links",{"data":698},{"id":121,"attributes":699},{"name":122,"order":123,"createdAt":124,"updatedAt":124,"publishedAt":124},{"id":54,"title":701,"slug":702,"order":703,"section":704},"C and C++","codebase-dependencies-languages-c-and-cpp",70,{"data":705},{"id":130,"attributes":706},{"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134},{"id":287,"title":708,"slug":709,"order":710,"section":711},"SQL","codebase-dependencies-languages-sql",71,{"data":712},{"id":130,"attributes":713},{"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134},{"id":303,"title":715,"slug":716,"order":717,"section":718},"PowerBuilder","codebase-dependencies-languages-powerbuilder",72,{"data":719},{"id":130,"attributes":720},{"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134},{"id":722,"title":723,"slug":724,"order":725,"section":726},31,"Ideal","codebase-dependencies-languages-ideal",73,{"data":727},{"id":130,"attributes":728},{"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134},{"id":319,"title":730,"slug":731,"order":732,"section":733},".NET","codebase-dependencies-languages-net",74,{"data":734},{"id":130,"attributes":735},{"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134},{"id":737,"title":738,"slug":739,"order":740,"section":741},33,"PowerHouse","codebase-dependencies-languages-powerhouse",75,{"data":742},{"id":130,"attributes":743},{"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134},{"id":745,"title":746,"slug":747,"order":748,"section":749},34,"Natural","codebase-dependencies-languages-natural",76,{"data":750},{"id":130,"attributes":751},{"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134},{"id":329,"title":753,"slug":754,"order":755,"section":756},"Delphi","codebase-dependencies-languages-delphi",77,{"data":757},{"id":130,"attributes":758},{"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134},{"id":760,"title":761,"slug":762,"order":763,"section":764},36,"Java","codebase-dependencies-languages-java",78,{"data":765},{"id":130,"attributes":766},{"name":131,"order":132,"createdAt":133,"updatedAt":133,"publishedAt":134},{"id":339,"title":768,"slug":769,"order":92,"section":770},"CL","codebase-dependencies-languages-cl",{"data":771},{"id":140,"attributes":772},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":349,"title":774,"slug":775,"order":112,"section":776},"Cobol","codebase-dependencies-languages-cobol",{"data":777},{"id":140,"attributes":778},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":357,"title":780,"slug":781,"order":169,"section":782},"JCL","codebase-dependencies-languages-jcl",{"data":783},{"id":140,"attributes":784},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":365,"title":786,"slug":787,"order":123,"section":788},"OpenVMS","codebase-dependencies-languages-openvms",{"data":789},{"id":140,"attributes":790},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":375,"title":792,"slug":793,"order":132,"section":794},"PL1 – PL I – Programming Language One","codebase-dependencies-languages-pl1-pli-programming-language-one",{"data":795},{"id":140,"attributes":796},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":798,"title":799,"slug":800,"order":142,"section":801},42,"RPG, RPGLE, RPG 400","codebase-dependencies-languages-rpg-rpgle-rpg-400",{"data":802},{"id":140,"attributes":803},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":383,"title":805,"slug":806,"order":151,"section":807},"SCL (Software Control Language)","codebase-dependencies-languages-scl",{"data":808},{"id":140,"attributes":809},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":414,"title":811,"slug":812,"order":40,"section":813},"ASM (Assembly Language)","codebase-dependencies-languages-asm",{"data":814},{"id":140,"attributes":815},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":424,"title":817,"slug":818,"order":161,"section":819},"Various Mainframe Dependencies","various-mainframe-dependencies",{"data":820},{"id":140,"attributes":821},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":434,"title":823,"slug":824,"order":121,"section":825},"CSD","csd",{"data":826},{"id":140,"attributes":827},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":443,"title":829,"slug":830,"order":177,"section":831},"Menu","menu",{"data":832},{"id":140,"attributes":833},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":453,"title":835,"slug":836,"order":114,"section":837},"LNK","lnk",{"data":838},{"id":140,"attributes":839},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":471,"title":841,"slug":842,"order":159,"section":843},"IMS","ims",{"data":844},{"id":140,"attributes":845},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":481,"title":847,"slug":848,"order":140,"section":849},"EZT","ezt",{"data":850},{"id":140,"attributes":851},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":491,"title":853,"slug":854,"order":511,"section":855},"Powerbuilder PBL Extraction","codebase-extractions-powerbuilder-pbl-extraction",{"data":856},{"id":149,"attributes":857},{"name":150,"order":151,"createdAt":152,"updatedAt":152,"publishedAt":153},{"id":501,"title":859,"slug":860,"order":521,"section":861},"AS/400 SAVF Extraction","codebase-extractions-savf-extraction",{"data":862},{"id":149,"attributes":863},{"name":150,"order":151,"createdAt":152,"updatedAt":152,"publishedAt":153},{"id":511,"title":865,"slug":866,"order":531,"section":867},"ZIP Extraction","codebase-extractions-zip-extraction",{"data":868},{"id":149,"attributes":869},{"name":150,"order":151,"createdAt":152,"updatedAt":152,"publishedAt":153},{"id":521,"title":871,"slug":872,"order":443,"section":873},"Workpackages","codebase-management-workpackages",{"data":874},{"id":159,"attributes":875},{"name":160,"order":161,"createdAt":162,"updatedAt":162,"publishedAt":163},{"id":531,"title":877,"slug":878,"order":453,"section":879},"Datasets","codebase-management-datasets",{"data":880},{"id":159,"attributes":881},{"name":160,"order":161,"createdAt":162,"updatedAt":162,"publishedAt":163},{"id":883,"title":884,"slug":885,"order":471,"section":886},56,"Labels","codebase-management-labels",{"data":887},{"id":159,"attributes":888},{"name":160,"order":161,"createdAt":162,"updatedAt":162,"publishedAt":163},{"id":541,"title":890,"slug":891,"order":481,"section":892},"Test Scenarios","codebase-management-test-scenarios",{"data":893},{"id":159,"attributes":894},{"name":160,"order":161,"createdAt":162,"updatedAt":162,"publishedAt":163},{"id":37,"title":896,"slug":897,"order":491,"section":898},"Status","codebase-management-status",{"data":899},{"id":159,"attributes":900},{"name":160,"order":161,"createdAt":162,"updatedAt":162,"publishedAt":163},{"id":556,"title":902,"slug":903,"order":501,"section":904},"Timeline","codebase-management-timeline",{"data":905},{"id":159,"attributes":906},{"name":160,"order":161,"createdAt":162,"updatedAt":162,"publishedAt":163},{"id":908,"title":909,"slug":910,"order":434,"section":911},60,"Imports","codebase-my-stuff-imports",{"data":912},{"id":169,"attributes":913},{"name":85,"order":170,"createdAt":171,"updatedAt":171,"publishedAt":171},{"id":915,"title":916,"slug":917,"order":383,"section":918},61,"General details","codebase-settings-general-details",{"data":919},{"id":177,"attributes":920},{"name":178,"order":179,"createdAt":180,"updatedAt":180,"publishedAt":180},{"id":922,"title":923,"slug":924,"order":414,"section":925},62,"Modules","codebase-settings-modules",{"data":926},{"id":177,"attributes":927},{"name":178,"order":179,"createdAt":180,"updatedAt":180,"publishedAt":180},{"id":929,"title":930,"slug":931,"order":424,"section":932},63,"Boosters","codebase-settings-boosters",{"data":933},{"id":177,"attributes":934},{"name":178,"order":179,"createdAt":180,"updatedAt":180,"publishedAt":180},{"id":710,"title":614,"slug":936,"order":737,"section":937},"create-a-project",{"data":938},{"id":114,"attributes":939},{"name":186,"order":121,"createdAt":187,"updatedAt":188,"publishedAt":189},{"id":717,"title":941,"slug":942,"order":745,"section":943},"Comparison","comparison",{"data":944},{"id":114,"attributes":945},{"name":186,"order":121,"createdAt":187,"updatedAt":188,"publishedAt":189},{"id":725,"title":947,"slug":948,"order":329,"section":949},"Impacts","impacts",{"data":950},{"id":114,"attributes":951},{"name":186,"order":121,"createdAt":187,"updatedAt":188,"publishedAt":189},{"id":740,"title":953,"slug":954,"order":40,"section":955},"Terminal emulation","terminals-terminal-emulation",{"data":956},{"id":263,"attributes":957},{"name":264,"order":49,"createdAt":265,"updatedAt":266,"publishedAt":267},{"id":748,"title":959,"slug":960,"order":92,"section":961},"Capture & Replay","terminals-capture-and-replay",{"data":962},{"id":263,"attributes":963},{"name":264,"order":49,"createdAt":265,"updatedAt":266,"publishedAt":267},{"id":755,"title":965,"slug":966,"order":102,"section":967},"Global capture strategy","terminals-global-capture-strategy",{"data":968},{"id":263,"attributes":969},{"name":264,"order":49,"createdAt":265,"updatedAt":266,"publishedAt":267},{"id":971,"title":656,"slug":972,"order":256,"section":973},80,"system-utilities-introduction",{"data":974},{"id":151,"attributes":975},{"name":195,"order":149,"createdAt":196,"updatedAt":197,"publishedAt":198},{"id":977,"title":978,"slug":979,"order":179,"section":980},81,"Create a Secured Space","secured-spaces-create-a-secured-space",{"data":981},{"id":161,"attributes":982},{"name":204,"order":159,"createdAt":205,"updatedAt":206,"publishedAt":205},{"id":984,"title":985,"slug":986,"order":228,"section":987},82,"Upload Content to a Secured Space","shared-spaces-upload-content-to-a-shared-space",{"data":988},{"id":161,"attributes":989},{"name":204,"order":159,"createdAt":205,"updatedAt":206,"publishedAt":205},{"id":991,"title":992,"slug":993,"order":238,"section":994},83,"Manage your Secured Space","shared-spaces-manage-your-shared-space",{"data":995},{"id":161,"attributes":996},{"name":204,"order":159,"createdAt":205,"updatedAt":206,"publishedAt":205},{"id":658,"title":998,"slug":999,"order":248,"section":1000},"Download content from a Secured Space","shared-spaces-download-content-from-a-shared-space",{"data":1001},{"id":161,"attributes":1002},{"name":204,"order":159,"createdAt":205,"updatedAt":206,"publishedAt":205},{"id":672,"title":614,"slug":1004,"order":161,"section":1005},"transformation-center-create-a-project",{"data":1006},{"id":170,"attributes":1007},{"name":212,"order":169,"createdAt":213,"updatedAt":214,"publishedAt":213},{"id":1009,"title":1010,"slug":1011,"order":170,"section":1012},87,"Filters","transformation-center-filter",{"data":1013},{"id":170,"attributes":1014},{"name":212,"order":169,"createdAt":213,"updatedAt":214,"publishedAt":213},{"id":1016,"title":638,"slug":1017,"order":132,"section":1018},88,"transformation-center-inputs-files",{"data":1019},{"id":179,"attributes":1020},{"name":220,"order":40,"createdAt":221,"updatedAt":221,"publishedAt":222},{"id":1022,"title":1023,"slug":1024,"order":142,"section":1025},89,"Configuration","transformation-center-inputs-configuration",{"data":1026},{"id":179,"attributes":1027},{"name":220,"order":40,"createdAt":221,"updatedAt":221,"publishedAt":222},{"id":1029,"title":1030,"slug":1031,"order":40,"section":1032},90,"Runs","transformation-center-velocity-runs",{"data":1033},{"id":228,"attributes":1034},{"name":229,"order":49,"createdAt":230,"updatedAt":231,"publishedAt":232},{"id":1036,"title":1037,"slug":1038,"order":49,"section":1039},91,"Issues","transformation-center-velocity-issues",{"data":1040},{"id":228,"attributes":1041},{"name":229,"order":49,"createdAt":230,"updatedAt":231,"publishedAt":232},{"id":1043,"title":1044,"slug":1045,"order":40,"section":1046},92,"Overview","faq-atx-for-mainframe-refactor-overview",{"data":1047},{"id":238,"attributes":1048},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"id":1050,"title":1051,"slug":1052,"order":40,"section":1053},93,"General","faq-account-general",{"data":1054},{"id":339,"attributes":1055},{"name":340,"order":40,"createdAt":341,"updatedAt":342,"publishedAt":343},{"id":602,"title":264,"slug":1057,"order":49,"section":1058},"faq-terminals",{"data":1059},{"id":238,"attributes":1060},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"id":609,"title":1062,"slug":1063,"order":92,"section":1064},"Getting started","faq-getting-started",{"data":1065},{"id":238,"attributes":1066},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"id":274,"title":1068,"slug":1069,"order":112,"section":1070},"Project Management","faq-project-management",{"data":1071},{"id":238,"attributes":1072},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"id":464,"title":532,"slug":1074,"order":121,"section":1075},"faq-security",{"data":1076},{"id":238,"attributes":1077},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"id":1079,"title":204,"slug":1080,"order":130,"section":1081},98,"faq-shared-spaces",{"data":1082},{"id":238,"attributes":1083},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"id":1085,"title":186,"slug":1086,"order":140,"section":1087},99,"faq-versions-manager",{"data":1088},{"id":238,"attributes":1089},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"id":66,"title":1051,"slug":1091,"order":92,"section":1092},"faq-codebase-general",{"data":1093},{"id":248,"attributes":1094},{"name":93,"order":49,"createdAt":249,"updatedAt":249,"publishedAt":250},{"id":581,"title":122,"slug":1096,"order":102,"section":1097},"faq-codebase-dependencies",{"data":1098},{"id":248,"attributes":1099},{"name":93,"order":49,"createdAt":249,"updatedAt":249,"publishedAt":250},{"id":588,"title":113,"slug":1101,"order":112,"section":1102},"classification",{"data":1103},{"id":248,"attributes":1104},{"name":93,"order":49,"createdAt":249,"updatedAt":249,"publishedAt":250},{"id":595,"title":1106,"slug":1107,"order":121,"section":1108},"Catch-up","faq-codebase-catch-up",{"data":1109},{"id":248,"attributes":1110},{"name":93,"order":49,"createdAt":249,"updatedAt":249,"publishedAt":250},{"id":1112,"title":1113,"slug":1114,"order":40,"section":1115},104,"Features","features",{"data":1116},{"id":256,"attributes":1117},{"name":212,"order":92,"createdAt":257,"updatedAt":257,"publishedAt":257},{"id":1119,"title":1120,"slug":1121,"order":92,"section":1122},106,"Push Outputs","transformation-center-velocity-push-outputs",{"data":1123},{"id":228,"attributes":1124},{"name":229,"order":49,"createdAt":230,"updatedAt":231,"publishedAt":232},{"id":1126,"title":1127,"slug":1128,"order":92,"section":1129},107,"CodeCommit Booster","faq-transformation-codecommit-booster",{"data":1130},{"id":256,"attributes":1131},{"name":212,"order":92,"createdAt":257,"updatedAt":257,"publishedAt":257},{"id":1133,"title":1134,"slug":1135,"order":130,"section":1136},108,"CTL","codebase-dependencies-languages-ctl",{"data":1137},{"id":140,"attributes":1138},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":1140,"title":1141,"slug":1142,"order":102,"section":1143},109,"CLIST","codebase-dependencies-languages-clist",{"data":1144},{"id":140,"attributes":1145},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":1147,"title":1148,"slug":1149,"order":49,"section":1150},110,"CCDEF","codebase-dependencies-languages-ccdef",{"data":1151},{"id":140,"attributes":1152},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":1154,"title":1155,"slug":1156,"order":92,"section":1157},111,"Pre-fetch filter pop-up","dependencies-pre-fetch-filter-pop-up",{"data":1158},{"id":121,"attributes":1159},{"name":122,"order":123,"createdAt":124,"updatedAt":124,"publishedAt":124},{"id":1161,"title":1162,"slug":1163,"order":240,"section":1164},112,"MNUCMD","codebase-dependencies-languages-mnucmd",{"data":1165},{"id":140,"attributes":1166},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":1168,"title":1169,"slug":1170,"order":92,"section":1171},113,"Duplicated IDs","codebase-assets-duplicated-ids",{"data":1172},{"id":92,"attributes":1173},{"name":93,"order":92,"createdAt":94,"updatedAt":95,"publishedAt":96},{"id":1175,"title":1176,"slug":1177,"order":104,"section":1178},114,"MNUDDS","codebase-dependencies-languages-mnudds",{"data":1179},{"id":140,"attributes":1180},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":1182,"title":567,"slug":1183,"order":49,"section":1184},115,"compare-tool-get-started",{"data":1185},{"id":287,"attributes":1186},{"name":288,"order":112,"createdAt":289,"updatedAt":290,"publishedAt":291},{"id":1188,"title":567,"slug":1189,"order":92,"section":1190},116,"data-migrator-get-started",{"data":1191},{"id":303,"attributes":1192},{"name":304,"order":102,"createdAt":305,"updatedAt":306,"publishedAt":307},{"id":1194,"title":1195,"slug":1196,"order":40,"section":1197},122,"Reports","data-migrator-reports",{"data":1198},{"id":424,"attributes":1199},{"name":425,"order":49,"createdAt":426,"updatedAt":427,"publishedAt":428},{"id":1201,"title":1202,"slug":1203,"order":49,"section":1204},123,"Logs","data-migrator-logs",{"data":1205},{"id":424,"attributes":1206},{"name":425,"order":49,"createdAt":426,"updatedAt":427,"publishedAt":428},{"id":1208,"title":1209,"slug":1210,"order":102,"section":1211},128,"Advanced Options","compare-tool-advanced-options",{"data":1212},{"id":287,"attributes":1213},{"name":288,"order":112,"createdAt":289,"updatedAt":290,"publishedAt":291},{"id":1215,"title":1216,"slug":1217,"order":49,"section":1218},129,"Terminals installation","terminals-installation",{"data":1219},{"id":263,"attributes":1220},{"name":264,"order":49,"createdAt":265,"updatedAt":266,"publishedAt":267},{"id":1222,"title":1223,"slug":1224,"order":49,"section":1225},130,"PDF comparison","pdf-comparison",{"data":1226},{"id":319,"attributes":1227},{"name":320,"order":40,"createdAt":321,"updatedAt":322,"publishedAt":323},{"id":1229,"title":1230,"slug":1231,"order":92,"section":1232},131,"Text file comparison","text-file-comparison",{"data":1233},{"id":319,"attributes":1234},{"name":320,"order":40,"createdAt":321,"updatedAt":322,"publishedAt":323},{"id":1236,"title":1237,"slug":1238,"order":92,"section":1239},135,"HTML report","compare-tool-html-report",{"data":1240},{"id":287,"attributes":1241},{"name":288,"order":112,"createdAt":289,"updatedAt":290,"publishedAt":291},{"id":1243,"title":1244,"slug":1245,"order":40,"section":1246},136,"Flat File comparison","flat-file-comparison-page",{"data":1247},{"id":319,"attributes":1248},{"name":320,"order":40,"createdAt":321,"updatedAt":322,"publishedAt":323},{"id":1250,"title":1251,"slug":1252,"order":102,"section":1253},137,"Database comparison","database-comparisons",{"data":1254},{"id":319,"attributes":1255},{"name":320,"order":40,"createdAt":321,"updatedAt":322,"publishedAt":323},{"id":1257,"title":1258,"slug":1259,"order":112,"section":1260},138,"Binary file comparison","binary-file-comparison",{"data":1261},{"id":319,"attributes":1262},{"name":320,"order":40,"createdAt":321,"updatedAt":322,"publishedAt":323},{"id":1264,"title":656,"slug":1265,"order":40,"section":1266},140,"bluage-toolbox-introduction",{"data":1267},{"id":329,"attributes":1268},{"name":330,"order":177,"createdAt":331,"updatedAt":332,"publishedAt":333},{"id":1270,"title":1271,"slug":1272,"order":49,"section":1273},141,"Multi-region","faq-account-multi-region",{"data":1274},{"id":339,"attributes":1275},{"name":340,"order":40,"createdAt":341,"updatedAt":342,"publishedAt":343},{"id":1277,"title":567,"slug":1278,"order":40,"section":1279},144,"refactoring-tool-get-started",{"data":1280},{"id":357,"attributes":1281},{"name":358,"order":140,"createdAt":359,"updatedAt":360,"publishedAt":361},{"id":1283,"title":1023,"slug":1284,"order":40,"section":1285},145,"data-migrator-faq-configuration",{"data":1286},{"id":434,"attributes":1287},{"name":239,"order":92,"createdAt":435,"updatedAt":436,"publishedAt":437},{"id":1289,"title":1290,"slug":1291,"order":49,"section":1292},146,"Release Notes","compare-tool-release-note-2-0",{"data":1293},{"id":365,"attributes":1294},{"name":366,"order":49,"createdAt":367,"updatedAt":368,"publishedAt":369},{"id":1296,"title":1290,"slug":1297,"order":49,"section":1298},147,"data-migrator-release-note-2-0",{"data":1299},{"id":375,"attributes":1300},{"name":366,"order":102,"createdAt":376,"updatedAt":377,"publishedAt":369},{"id":1302,"title":656,"slug":1303,"order":40,"section":1304},151,"compare-tool-introduction",{"data":1305},{"id":287,"attributes":1306},{"name":288,"order":112,"createdAt":289,"updatedAt":290,"publishedAt":291},{"id":1308,"title":656,"slug":1309,"order":40,"section":1310},152,"data-migrator-introduction",{"data":1311},{"id":303,"attributes":1312},{"name":304,"order":102,"createdAt":305,"updatedAt":306,"publishedAt":307},{"id":1314,"title":384,"slug":1315,"order":102,"section":1316},153,"generative-ai",{"data":1317},{"id":238,"attributes":1318},{"name":239,"order":240,"createdAt":241,"updatedAt":242,"publishedAt":241},{"id":1320,"title":1321,"slug":1322,"order":40,"section":1323},154,"AI Booster","ai-booster",{"data":1324},{"id":383,"attributes":1325},{"name":384,"order":49,"createdAt":385,"updatedAt":386,"publishedAt":369},{"id":1327,"title":1328,"slug":1329,"order":49,"section":1330},155,"Activities Summary","activities-summary",{"data":1331},{"id":383,"attributes":1332},{"name":384,"order":49,"createdAt":385,"updatedAt":386,"publishedAt":369},{"id":399,"title":1334,"slug":1335,"order":92,"section":1336},"Code Summary","code-summary",{"data":1337},{"id":383,"attributes":1338},{"name":384,"order":49,"createdAt":385,"updatedAt":386,"publishedAt":369},{"id":1340,"title":1341,"slug":1342,"order":102,"section":1343},157,"Code Explanation","code-explanation",{"data":1344},{"id":383,"attributes":1345},{"name":384,"order":49,"createdAt":385,"updatedAt":386,"publishedAt":369},{"id":1347,"title":1348,"slug":1349,"order":112,"section":1350},158,"Comments Translation","comments-translation",{"data":1351},{"id":383,"attributes":1352},{"name":384,"order":49,"createdAt":385,"updatedAt":386,"publishedAt":369},{"id":1354,"title":1355,"slug":1356,"order":121,"section":1357},159,"BMS Preview (User screen design preview)","bms-preview",{"data":1358},{"id":383,"attributes":1359},{"name":384,"order":49,"createdAt":385,"updatedAt":386,"publishedAt":369},{"id":1361,"title":1362,"slug":1363,"order":130,"section":1364},160,"BQL Generation","bql-generation",{"data":1365},{"id":383,"attributes":1366},{"name":384,"order":49,"createdAt":385,"updatedAt":386,"publishedAt":369},{"id":1368,"title":113,"slug":1369,"order":140,"section":1370},162,"ai-classification",{"data":1371},{"id":383,"attributes":1372},{"name":384,"order":49,"createdAt":385,"updatedAt":386,"publishedAt":369},{"id":1374,"title":1375,"slug":1376,"order":112,"section":1377},165,"Compare UI","compare-tool-ui",{"data":1378},{"id":287,"attributes":1379},{"name":288,"order":112,"createdAt":289,"updatedAt":290,"publishedAt":291},{"id":1381,"title":1382,"slug":1383,"order":159,"section":1384},166,"Code transformation","genai-code-transformation",{"data":1385},{"id":383,"attributes":1386},{"name":384,"order":49,"createdAt":385,"updatedAt":386,"publishedAt":369},{"id":1388,"title":1389,"slug":1390,"order":130,"section":1391},167,"Application Entrypoints","application-entrypoints",{"data":1392},{"id":121,"attributes":1393},{"name":122,"order":123,"createdAt":124,"updatedAt":124,"publishedAt":124},{"id":1395,"title":1396,"slug":1397,"order":102,"section":1398},168,"Calibration","transformation-center-velocity-calibration",{"data":1399},{"id":228,"attributes":1400},{"name":229,"order":49,"createdAt":230,"updatedAt":231,"publishedAt":232},{"id":1402,"title":239,"slug":1403,"order":121,"section":1404},169,"compore-tool-faq",{"data":1405},{"id":287,"attributes":1406},{"name":288,"order":112,"createdAt":289,"updatedAt":290,"publishedAt":291},{"id":1408,"title":1409,"slug":1410,"order":149,"section":1411},170,"GS21","codebase-dependencies-languages-gs21",{"data":1412},{"id":140,"attributes":1413},{"name":141,"order":142,"createdAt":143,"updatedAt":143,"publishedAt":143},{"id":1415,"title":656,"slug":1416,"order":40,"section":1417},171,"bluage-refactoring-toolkit-introduction",{"data":1418},{"id":414,"attributes":1419},{"name":415,"order":92,"createdAt":416,"updatedAt":417,"publishedAt":418},{"id":1421,"title":1422,"slug":1423,"order":49,"section":1424},172,"Types of Refactoring","bluage-refactoring-toolkit-types-of-refactoring",{"data":1425},{"id":414,"attributes":1426},{"name":415,"order":92,"createdAt":416,"updatedAt":417,"publishedAt":418},{"id":1428,"title":1429,"slug":1430,"order":92,"section":1431},173,"API helpers","bluage-refactoring-toolkit-api-helpers",{"data":1432},{"id":414,"attributes":1433},{"name":415,"order":92,"createdAt":416,"updatedAt":417,"publishedAt":418},{"id":1435,"title":1436,"slug":1437,"order":102,"section":1438},174,"Built-in refactorings","bluage-refactoring-toolkit-built-in-refactorings",{"data":1439},{"id":414,"attributes":1440},{"name":415,"order":92,"createdAt":416,"updatedAt":417,"publishedAt":418},{"id":1442,"title":1443,"slug":1444,"order":112,"section":1445},175,"Project Skeleton","bluage-refactoring-toolkit-project-skeleton",{"data":1446},{"id":414,"attributes":1447},{"name":415,"order":92,"createdAt":416,"updatedAt":417,"publishedAt":418},{"id":1449,"title":1450,"slug":1451,"order":121,"section":1452},176,"Coding a refactoring","bluage-refactoring-toolkit-coding-a-refactoring",{"data":1453},{"id":414,"attributes":1454},{"name":415,"order":92,"createdAt":416,"updatedAt":417,"publishedAt":418},{"id":1456,"title":1457,"slug":1458,"order":130,"section":1459},179,"DS STM Models","bluage-refactoring-toolkit-ds-stm-models",{"data":1460},{"id":414,"attributes":1461},{"name":415,"order":92,"createdAt":416,"updatedAt":417,"publishedAt":418},{"id":1463,"title":1464,"slug":1465,"order":40,"section":1466},181,"Versioning ","data-migrator-versioning",{"data":1467},{"id":375,"attributes":1468},{"name":366,"order":102,"createdAt":376,"updatedAt":377,"publishedAt":369},{"id":1470,"title":1471,"slug":1472,"order":40,"section":1473},182,"Global Step","data-migrator-global-step",{"data":1474},{"id":443,"attributes":1475},{"name":444,"order":40,"createdAt":445,"updatedAt":446,"publishedAt":447},{"id":1477,"title":1478,"slug":1479,"order":102,"section":1480},183,"QDDS Conversion Step","data-migrator-qdds-conversion-step",{"data":1481},{"id":443,"attributes":1482},{"name":444,"order":40,"createdAt":445,"updatedAt":446,"publishedAt":447},{"id":1484,"title":1485,"slug":1486,"order":92,"section":1487},184,"Creation or Deletion Step","data-migrator-creation-or-deletion-step",{"data":1488},{"id":443,"attributes":1489},{"name":444,"order":40,"createdAt":445,"updatedAt":446,"publishedAt":447},{"id":1491,"title":1492,"slug":1493,"order":49,"section":1494},185,"Database Configuration Step","data-migrator-database-configuration-step",{"data":1495},{"id":443,"attributes":1496},{"name":444,"order":40,"createdAt":445,"updatedAt":446,"publishedAt":447},{"id":1498,"title":1499,"slug":1500,"order":112,"section":1501},186,"Data Loading Step","data-migrator-data-loading-step",{"data":1502},{"id":443,"attributes":1503},{"name":444,"order":40,"createdAt":445,"updatedAt":446,"publishedAt":447},{"id":1505,"title":1506,"slug":1507,"order":49,"section":1508},187,"Migration","data-migrator-faq-migration",{"data":1509},{"id":434,"attributes":1510},{"name":239,"order":92,"createdAt":435,"updatedAt":436,"publishedAt":437},{"id":1512,"title":1195,"slug":1513,"order":92,"section":1514},188,"data-migrator-faq-reports",{"data":1515},{"id":434,"attributes":1516},{"name":239,"order":92,"createdAt":435,"updatedAt":436,"publishedAt":437},{"id":1518,"title":1464,"slug":1519,"order":40,"section":1520},189,"compare-tool-versioning",{"data":1521},{"id":365,"attributes":1522},{"name":366,"order":49,"createdAt":367,"updatedAt":368,"publishedAt":369},{"id":1524,"title":1044,"slug":1525,"order":49,"section":1526},190,"data-migrator-overview",{"data":1527},{"id":303,"attributes":1528},{"name":304,"order":102,"createdAt":305,"updatedAt":306,"publishedAt":307},{"id":1530,"title":1531,"slug":1532,"order":112,"section":1533},191,"Capture & Replay - GS21 Terminals ","terminals-gs21",{"data":1534},{"id":263,"attributes":1535},{"name":264,"order":49,"createdAt":265,"updatedAt":266,"publishedAt":267},{"id":1537,"title":1538,"slug":1539,"order":140,"section":1540},193,"Compatibility","compatibility",{"data":1541},{"id":102,"attributes":1542},{"name":103,"order":104,"createdAt":105,"updatedAt":105,"publishedAt":106},{"id":46,"title":47,"slug":48,"order":49,"section":1544},{"data":1545},{"id":37,"attributes":1546},{"name":39,"order":40,"createdAt":41,"updatedAt":42,"publishedAt":43},{"id":1548,"title":1549,"slug":1550,"order":92,"section":1551},195,"Control-M","codebase-dependencies-languages-scheduler-control-m",{"data":1552},{"id":37,"attributes":1553},{"name":39,"order":40,"createdAt":41,"updatedAt":42,"publishedAt":43},{"id":1555,"title":656,"slug":1556,"order":40,"section":1557},197,"aws-sde-introduction",{"data":1558},{"id":471,"attributes":1559},{"name":472,"order":40,"createdAt":473,"updatedAt":474,"publishedAt":475},{"id":1561,"title":1562,"slug":1563,"order":49,"section":1564},198,"Deployment guide","aws-sde-deployment-guide",{"data":1565},{"id":541,"attributes":1566},{"name":542,"order":49,"createdAt":543,"updatedAt":544,"publishedAt":545},{"id":1568,"title":1569,"slug":1570,"order":40,"section":1571},199,"User guides","aws-sde-user-guides",{"data":1572},{"id":541,"attributes":1573},{"name":542,"order":49,"createdAt":543,"updatedAt":544,"publishedAt":545},{"id":1575,"title":1576,"slug":1577,"order":40,"section":1578},200,"General Considerations and Cost Disclaimer","aws-sde-disclaimer",{"data":1579},{"id":521,"attributes":1580},{"name":522,"order":140,"createdAt":523,"updatedAt":524,"publishedAt":525},{"id":1582,"title":1583,"slug":1584,"order":49,"section":1585},201,"Cost disclaimer","aws-sde-cost-disclaimer",{"data":1586},{"id":521,"attributes":1587},{"name":522,"order":140,"createdAt":523,"updatedAt":524,"publishedAt":525},{"id":1589,"title":1590,"slug":1591,"order":92,"section":1592},202,"Setup Gitlab","aws-sde-dop-setup-gitlab",{"data":1593},{"id":491,"attributes":1594},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1596,"title":1597,"slug":1598,"order":92,"section":1599},206,"Development Environment","aws-sde-dev-environment",{"data":1600},{"id":541,"attributes":1601},{"name":542,"order":49,"createdAt":543,"updatedAt":544,"publishedAt":545},{"id":1603,"title":1604,"slug":1605,"order":40,"section":1606},207,"Functional definition","aws-sde-dos-functional-definition",{"data":1607},{"id":481,"attributes":1608},{"name":482,"order":92,"createdAt":483,"updatedAt":484,"publishedAt":485},{"id":1610,"title":1611,"slug":1612,"order":49,"section":1613},208,"Architecture","aws-sde-dos-architecture",{"data":1614},{"id":481,"attributes":1615},{"name":482,"order":92,"createdAt":483,"updatedAt":484,"publishedAt":485},{"id":1617,"title":1618,"slug":1619,"order":92,"section":1620},209,"Project Management guide","aws-sde-dos-project-management-guide",{"data":1621},{"id":481,"attributes":1622},{"name":482,"order":92,"createdAt":483,"updatedAt":484,"publishedAt":485},{"id":1624,"title":1604,"slug":1625,"order":40,"section":1626},210,"aws-sde-dop-functional-definition",{"data":1627},{"id":491,"attributes":1628},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1630,"title":1631,"slug":1632,"order":49,"section":1633},211,"Setup guide","aws-sde-dop-setup-guide",{"data":1634},{"id":491,"attributes":1635},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1637,"title":1638,"slug":1639,"order":102,"section":1640},212,"Setup the AWS DevOps Pipeline requirements","aws-sde-dop-setup-devops-pipelines-requirements",{"data":1641},{"id":491,"attributes":1642},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1644,"title":1645,"slug":1646,"order":112,"section":1647},213,"Setup the Building Pipeline","aws-sde-dop-init-account-after-deploy-building-pipeline",{"data":1648},{"id":491,"attributes":1649},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1651,"title":1652,"slug":1653,"order":121,"section":1654},214,"Setup the Testing Pipeline","aws-sde-dop-init-account-after-deploy-test-pipeline",{"data":1655},{"id":491,"attributes":1656},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1658,"title":1659,"slug":1660,"order":130,"section":1661},215,"User guide","aws-sde-dop-user-guide",{"data":1662},{"id":491,"attributes":1663},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1665,"title":1666,"slug":1667,"order":114,"section":1668},216,"Project Manager guide","aws-sde-dop-project-manager-guide",{"data":1669},{"id":491,"attributes":1670},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1672,"title":1673,"slug":1674,"order":40,"section":1675},217,"Functional Definition","aws-sde-rts-functional-definition",{"data":1676},{"id":501,"attributes":1677},{"name":502,"order":112,"createdAt":503,"updatedAt":504,"publishedAt":505},{"id":1679,"title":1680,"slug":1681,"order":49,"section":1682},218,"Admin guide","aws-sde-rts-admin-guide",{"data":1683},{"id":501,"attributes":1684},{"name":502,"order":112,"createdAt":503,"updatedAt":504,"publishedAt":505},{"id":1686,"title":1659,"slug":1687,"order":92,"section":1688},219,"aws-sde-rts-user-guide",{"data":1689},{"id":501,"attributes":1690},{"name":502,"order":112,"createdAt":503,"updatedAt":504,"publishedAt":505},{"id":1692,"title":532,"slug":1693,"order":40,"section":1694},220,"aws-sde-security",{"data":1695},{"id":531,"attributes":1696},{"name":532,"order":121,"createdAt":533,"updatedAt":534,"publishedAt":535},{"id":1698,"title":472,"slug":1699,"order":40,"section":1700},221,"aws-sde-rn",{"data":1701},{"id":511,"attributes":1702},{"name":512,"order":149,"createdAt":513,"updatedAt":514,"publishedAt":515},{"id":1704,"title":1611,"slug":1705,"order":140,"section":1706},225,"aws-sde-dop-architecture",{"data":1707},{"id":491,"attributes":1708},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1710,"title":1711,"slug":1712,"order":149,"section":1713},226,"Building pipeline architectural diagram","aws-sde-dop-building-pipeline-architectural-diagram",{"data":1714},{"id":491,"attributes":1715},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1717,"title":1718,"slug":1719,"order":159,"section":1720},227,"Testing pipeline architectural diagram","aws-sde-dop-testing-pipeline-architectural-diagram",{"data":1721},{"id":491,"attributes":1722},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1724,"title":1725,"slug":1726,"order":169,"section":1727},228,"Other pipeline architectural diagram","aws-sde-dop-other-pipeline-architectural-diagram",{"data":1728},{"id":491,"attributes":1729},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1731,"title":1732,"slug":1733,"order":177,"section":1734},229,"Building pipeline flow chart","aws-sde-dop-building-pipeline-flow-chart",{"data":1735},{"id":491,"attributes":1736},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1738,"title":1739,"slug":1740,"order":240,"section":1741},230,"Testing pipeline flow chart","aws-sde-dop-testing-pipeline-flow-chart",{"data":1742},{"id":491,"attributes":1743},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1745,"title":1611,"slug":1746,"order":102,"section":1747},231,"aws-sde-rts-architecture",{"data":1748},{"id":501,"attributes":1749},{"name":502,"order":112,"createdAt":503,"updatedAt":504,"publishedAt":505},{"id":1751,"title":1752,"slug":1753,"order":123,"section":1754},232,"How to WinSCP to a linux2023 EC2?","aws-sde-dop-how-to-winscp-to-linux2023-ec2",{"data":1755},{"id":491,"attributes":1756},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1758,"title":1759,"slug":1760,"order":132,"section":1761},233,"How do pipeline work?","aws-sde-dop-how-do-pipeline-work",{"data":1762},{"id":491,"attributes":1763},{"name":492,"order":102,"createdAt":493,"updatedAt":494,"publishedAt":495},{"id":1765,"title":1766,"slug":1767,"order":102,"section":1768},236,"TWS/IWS - IBM Tivoli Workload Scheduler","codebase-dependencies-languages-scheduler-tws",{"data":1769},{"id":37,"attributes":1770},{"name":39,"order":40,"createdAt":41,"updatedAt":42,"publishedAt":43},{"id":1772,"title":4,"slug":1773,"order":40,"section":1774},237,"codebase-dependencies-languages-mainframe-scheduler-support-summary",{"data":1775},{"id":37,"attributes":1776},{"name":39,"order":40,"createdAt":41,"updatedAt":42,"publishedAt":43},{"id":1778,"title":1779,"slug":1780,"order":40,"section":1781},238,"Transformation Center Bundle","transformation-center-bundle",{"data":1782},{"id":556,"attributes":1783},{"name":557,"order":102,"createdAt":558,"updatedAt":559,"publishedAt":560},1777442830230]